From 659300b6cbf24c4b6a1104a0d85f1407651534b9 Mon Sep 17 00:00:00 2001 From: Andreas Maierhofer Date: Sun, 29 May 2022 12:22:56 +0200 Subject: [PATCH] Fix typo in why.md --- guides/why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.