Skip to content

Commit 37c5d7e

Browse files
committed
Correct indefinite article
1 parent 7baac0b commit 37c5d7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/docs/APIReference-GraphQL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var GraphQL = require('graphql'); // CommonJS
6262
<li>
6363
<a href="api-reference-type-system.html#graphqluniontype">
6464
<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.
6666
</a>
6767
</li>
6868
<li>
@@ -80,13 +80,13 @@ var GraphQL = require('graphql'); // CommonJS
8080
<li>
8181
<a href="api-reference-type-system.html#graphqllist">
8282
<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.
8484
</a>
8585
</li>
8686
<li>
8787
<a href="api-reference-type-system.html#graphqlnonnull">
8888
<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.
9090
</a>
9191
</li>
9292
</ul>

0 commit comments

Comments
 (0)