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 @@ -50,7 +50,7 @@ var GraphQLType = require('graphql/type'); // CommonJS
50
50
<li >
51
51
<a href="#graphqluniontype">
52
52
<pre>class GraphQLUnionType</pre>
53
- An union type within GraphQL that defines a list of implementations.
53
+ A union type within GraphQL that defines a list of implementations.
54
54
</a>
55
55
</li >
56
56
<li >
@@ -68,13 +68,13 @@ var GraphQLType = require('graphql/type'); // CommonJS
68
68
<li >
69
69
<a href="#graphqllist">
70
70
<pre>class GraphQLList</pre>
71
- An type wrapper around other types that represents a list of those types.
71
+ A type wrapper around other types that represents a list of those types.
72
72
</a>
73
73
</li >
74
74
<li >
75
75
<a href="#graphqlnonnull">
76
76
<pre>class GraphQLNonNull</pre>
77
- An type wrapper around other types that represents a non-null version of those types.
77
+ A type wrapper around other types that represents a non-null version of those types.
78
78
</a>
79
79
</li >
80
80
</ul >
You can’t perform that action at this time.
0 commit comments