File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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 >
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