Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
a-oz authored Aug 18, 2020
1 parent b4375b0 commit 4c11d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c11d9f

Please sign in to comment.