diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index b9f33832b22..99a3be37270 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -156,7 +156,7 @@ query findTodos { } ``` -### Dont eagerly fetch the user +### Don't 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