File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ var GraphQL = require('graphql'); // CommonJS
62
62
<li >
63
63
<a href="api-reference-type-system.html#graphqluniontype">
64
64
<pre>class GraphQLUnionType</pre>
65
- An union type within GraphQL that defines a list of implementations.
65
+ A union type within GraphQL that defines a list of implementations.
66
66
</a>
67
67
</li >
68
68
<li >
@@ -80,13 +80,13 @@ var GraphQL = require('graphql'); // CommonJS
80
80
<li >
81
81
<a href="api-reference-type-system.html#graphqllist">
82
82
<pre>class GraphQLList</pre>
83
- An type wrapper around other types that represents a list of those types.
83
+ A type wrapper around other types that represents a list of those types.
84
84
</a>
85
85
</li >
86
86
<li >
87
87
<a href="api-reference-type-system.html#graphqlnonnull">
88
88
<pre>class GraphQLNonNull</pre>
89
- An type wrapper around other types that represents a non-null version of those types.
89
+ A type wrapper around other types that represents a non-null version of those types.
90
90
</a>
91
91
</li >
92
92
</ul >
You can’t perform that action at this time.
0 commit comments