diff --git a/guides/why.md b/guides/why.md index 37a64f3..fe7839c 100644 --- a/guides/why.md +++ b/guides/why.md @@ -546,7 +546,7 @@ Another example is lazy-loading data with Links:

-Instead of loading everying up-front, we want to defer loading for +Instead of loading everything up-front, we want to defer loading for performance reasons. Maybe we want to render our `Employee` detail page super quick, and we don't need to list the `Position`s until the user clicks something.