From 89c873459212f48d95e16d87d5732460d229255e Mon Sep 17 00:00:00 2001 From: Quest Henkart Date: Mon, 22 Apr 2019 14:12:57 +0100 Subject: [PATCH] fix grammar in docs --- docs/content/reference/scalars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/scalars.md b/docs/content/reference/scalars.md index 0590a7b783..888a3bd4d9 100644 --- a/docs/content/reference/scalars.md +++ b/docs/content/reference/scalars.md @@ -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