Skip to content

Commit 1bbbcf0

Browse files
committed
fix consider -> considered typo
1 parent 2cf3dbf commit 1bbbcf0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

content/documentation/master/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ You would create types like this to handle this mutation :
288288

289289

290290
Notice that the input arguments are of type ``GraphQLInputObjectType``. This is important. Input arguments can ONLY be of that type
291-
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are consider both input and output types.
291+
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are considered both input and output types.
292292

293293
The data fetcher here is responsible for executing the mutation and returning some sensible output values.
294294

content/documentation/v10/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ You would create types like this to handle this mutation :
274274

275275

276276
Notice that the input arguments are of type ``GraphQLInputObjectType``. This is important. Input arguments can ONLY be of that type
277-
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are consider both input and output types.
277+
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are considered both input and output types.
278278

279279
The data fetcher here is responsible for executing the mutation and returning some sensible output values.
280280

content/documentation/v11/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ You would create types like this to handle this mutation :
274274

275275

276276
Notice that the input arguments are of type ``GraphQLInputObjectType``. This is important. Input arguments can ONLY be of that type
277-
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are consider both input and output types.
277+
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are considered both input and output types.
278278

279279
The data fetcher here is responsible for executing the mutation and returning some sensible output values.
280280

content/documentation/v12/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ You would create types like this to handle this mutation :
288288

289289

290290
Notice that the input arguments are of type ``GraphQLInputObjectType``. This is important. Input arguments can ONLY be of that type
291-
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are consider both input and output types.
291+
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are considered both input and output types.
292292

293293
The data fetcher here is responsible for executing the mutation and returning some sensible output values.
294294

content/documentation/v13/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ You would create types like this to handle this mutation :
288288

289289

290290
Notice that the input arguments are of type ``GraphQLInputObjectType``. This is important. Input arguments can ONLY be of that type
291-
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are consider both input and output types.
291+
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are considered both input and output types.
292292

293293
The data fetcher here is responsible for executing the mutation and returning some sensible output values.
294294

content/documentation/v14/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ You would create types like this to handle this mutation :
288288

289289

290290
Notice that the input arguments are of type ``GraphQLInputObjectType``. This is important. Input arguments can ONLY be of that type
291-
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are consider both input and output types.
291+
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are considered both input and output types.
292292

293293
The data fetcher here is responsible for executing the mutation and returning some sensible output values.
294294

content/documentation/v15/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ You would create types like this to handle this mutation :
288288

289289

290290
Notice that the input arguments are of type ``GraphQLInputObjectType``. This is important. Input arguments can ONLY be of that type
291-
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are consider both input and output types.
291+
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are considered both input and output types.
292292

293293
The data fetcher here is responsible for executing the mutation and returning some sensible output values.
294294

content/documentation/v9/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ You would create types like this to handle this mutation :
274274

275275

276276
Notice that the input arguments are of type ``GraphQLInputObjectType``. This is important. Input arguments can ONLY be of that type
277-
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are consider both input and output types.
277+
and you cannot use output types such as ``GraphQLObjectType``. Scalars types are considered both input and output types.
278278

279279
The data fetcher here is responsible for executing the mutation and returning some sensible output values.
280280

0 commit comments

Comments
 (0)