diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index ed21b00446..57702f9c1c 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