Skip to content

Fix indefinite articles in API reference #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 17, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/docs/APIReference-GraphQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var GraphQL = require('graphql'); // CommonJS
<li>
<a href="api-reference-type-system.html#graphqluniontype">
<pre>class GraphQLUnionType</pre>
An union type within GraphQL that defines a list of implementations.
A union type within GraphQL that defines a list of implementations.
</a>
</li>
<li>
Expand All @@ -80,13 +80,13 @@ var GraphQL = require('graphql'); // CommonJS
<li>
<a href="api-reference-type-system.html#graphqllist">
<pre>class GraphQLList</pre>
An type wrapper around other types that represents a list of those types.
A type wrapper around other types that represents a list of those types.
</a>
</li>
<li>
<a href="api-reference-type-system.html#graphqlnonnull">
<pre>class GraphQLNonNull</pre>
An type wrapper around other types that represents a non-null version of those types.
A type wrapper around other types that represents a non-null version of those types.
</a>
</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions site/docs/APIReference-TypeSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var GraphQLType = require('graphql/type'); // CommonJS
<li>
<a href="#graphqluniontype">
<pre>class GraphQLUnionType</pre>
An union type within GraphQL that defines a list of implementations.
A union type within GraphQL that defines a list of implementations.
</a>
</li>
<li>
Expand All @@ -68,13 +68,13 @@ var GraphQLType = require('graphql/type'); // CommonJS
<li>
<a href="#graphqllist">
<pre>class GraphQLList</pre>
An type wrapper around other types that represents a list of those types.
A type wrapper around other types that represents a list of those types.
</a>
</li>
<li>
<a href="#graphqlnonnull">
<pre>class GraphQLNonNull</pre>
An type wrapper around other types that represents a non-null version of those types.
A type wrapper around other types that represents a non-null version of those types.
</a>
</li>
</ul>
Expand Down