Skip to content

Commit

Permalink
Fix grammar in Section 3 -- Type System.md (#546)
Browse files Browse the repository at this point in the history
Minor: missing preposition "of"
  • Loading branch information
eddies authored and IvanGoncharov committed Jul 5, 2019
1 parent a9b186a commit 69f2bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 3 -- Type System.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Types are used throughout GraphQL to describe both the values accepted as input
to arguments and variables as well as the values output by fields. These two
uses categorize types as *input types* and *output types*. Some kinds of types,
like Scalar and Enum types, can be used as both input types and output types;
other kinds types can only be used in one or the other. Input Object types can
other kinds of types can only be used in one or the other. Input Object types can
only be used as input types. Object, Interface, and Union types can only be used
as output types. Lists and Non-Null types may be used as input types or output
types depending on how the wrapped type may be used.
Expand Down

0 comments on commit 69f2bd4

Please sign in to comment.