From 37c5d7ec7857a0cad7929f9e7f35aac7948ce6ba Mon Sep 17 00:00:00 2001 From: Brandon Dail Date: Thu, 17 Sep 2015 15:38:55 -0500 Subject: [PATCH 1/2] Correct indefinite article --- site/docs/APIReference-GraphQL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/APIReference-GraphQL.md b/site/docs/APIReference-GraphQL.md index 640a38ace1..52ed725826 100644 --- a/site/docs/APIReference-GraphQL.md +++ b/site/docs/APIReference-GraphQL.md @@ -62,7 +62,7 @@ var GraphQL = require('graphql'); // CommonJS
  • class GraphQLUnionType
    - An union type within GraphQL that defines a list of implementations. + A union type within GraphQL that defines a list of implementations.
  • @@ -80,13 +80,13 @@ var GraphQL = require('graphql'); // CommonJS
  • class GraphQLList
    - 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.
  • class GraphQLNonNull
    - 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.
  • From 61d843c7aafa7c99e576c06699959ec29d2ff4d3 Mon Sep 17 00:00:00 2001 From: Brandon Dail Date: Thu, 17 Sep 2015 15:40:02 -0500 Subject: [PATCH 2/2] Correct indefinite article --- site/docs/APIReference-TypeSystem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/APIReference-TypeSystem.md b/site/docs/APIReference-TypeSystem.md index b6233e312f..09e1261495 100644 --- a/site/docs/APIReference-TypeSystem.md +++ b/site/docs/APIReference-TypeSystem.md @@ -50,7 +50,7 @@ var GraphQLType = require('graphql/type'); // CommonJS
  • class GraphQLUnionType
    - An union type within GraphQL that defines a list of implementations. + A union type within GraphQL that defines a list of implementations.
  • @@ -68,13 +68,13 @@ var GraphQLType = require('graphql/type'); // CommonJS
  • class GraphQLList
    - 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.
  • class GraphQLNonNull
    - 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.