Skip to content

Commit 35d3f2c

Browse files
committed
Merge pull request #1 from Aweary/source
Fix indefinite articles in API reference
2 parents 7baac0b + 61d843c commit 35d3f2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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>

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)