Skip to content

Commit

Permalink
fix grammar in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qhenkart committed Apr 22, 2019
1 parent 85643f5 commit 89c8734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/scalars.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu: { main: { parent: 'reference' } }

## Built-in helpers

gqlgen ships with two built-in helpers for common custom scalar use-cases, `Time` `Interface` and `Map`. Adding either of these to a schema will automatically add the marshalling behaviour to Go types.
gqlgen ships with three built-in helpers for common custom scalar use-cases, `Time`, `Interface` and `Map`. Adding any of these to a schema will automatically add the marshalling behaviour to Go types.

### Time

Expand Down

0 comments on commit 89c8734

Please sign in to comment.