Skip to content

Commit 61d843c

Browse files
committed
Correct indefinite article
1 parent 37c5d7e commit 61d843c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/docs/APIReference-TypeSystem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var GraphQLType = require('graphql/type'); // CommonJS
5050
<li>
5151
<a href="#graphqluniontype">
5252
<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.
5454
</a>
5555
</li>
5656
<li>
@@ -68,13 +68,13 @@ var GraphQLType = require('graphql/type'); // CommonJS
6868
<li>
6969
<a href="#graphqllist">
7070
<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.
7272
</a>
7373
</li>
7474
<li>
7575
<a href="#graphqlnonnull">
7676
<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.
7878
</a>
7979
</li>
8080
</ul>

0 commit comments

Comments
 (0)