Skip to content

Commit 663a18b

Browse files
ab-pmleebyron
authored andcommitted
Grammar fix in section 3 (#605)
1 parent 6de9b65 commit 663a18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ to define exactly what data is expected.
267267
All of the types so far are assumed to be both nullable and singular: e.g. a
268268
scalar string returns either null or a singular string.
269269

270-
A GraphQL schema may describe that a field represents list of another types;
270+
A GraphQL schema may describe that a field represents a list of another type;
271271
the `List` type is provided for this reason, and wraps another type.
272272

273273
Similarly, the `Non-Null` type wraps another type, and denotes that the

0 commit comments

Comments
 (0)