From 0921915d02741d3021a69ac7834bd76e9bbc38ab Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Thu, 7 May 2020 23:26:13 -0700 Subject: [PATCH] Update getting-started.md --- docs/content/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index ed21b004460..57702f9c1c0 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -156,7 +156,7 @@ query findTodos { } ``` -### Dont eagarly fetch the user +### Dont eagerly fetch the user This example is great, but in the real world fetching most objects is expensive. We dont want to load the User on the todo unless the user actually asked for it. So lets replace the generated `Todo` model with something slightly more