Skip to content

Commit

Permalink
fix generate stubs sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutz authored Nov 24, 2018
1 parent f7932b4 commit ae1c773
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 @@ -151,7 +151,7 @@ better than generating.

### Write the resolvers

This is a work in progress, we have a way to generate resolver stubs, but it only cant currently update existing code. We can force it to run again by deleting `resolvers.go` and re-running gqlgen:
This is a work in progress, we have a way to generate resolver stubs, but it cannot currently update existing code. We can force it to run again by deleting `resolvers.go` and re-running gqlgen:
```bash
rm resolvers.go
gqlgen
Expand Down

0 comments on commit ae1c773

Please sign in to comment.