Skip to content

Commit

Permalink
Merge pull request 99designs#1295 from a-oz/a-oz-patch-1
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
mtibben authored Aug 18, 2020
2 parents 87cc1e9 + 4406ab3 commit 305bed0
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 305bed0

Please sign in to comment.