Skip to content

Commit 396b278

Browse files
authored
Fix typos (#1192)
1 parent 12ec8dc commit 396b278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/types/schema.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Schema will collect all type definitions related to the root operations and then
1818
A Root Query is just a special :ref:`ObjectType` that :ref:`defines the fields <Scalars>` that are the entrypoint for your API. Root Mutation and Root Subscription are similar to Root Query, but for different operation types:
1919

2020
* Query fetches data
21-
* Mutation to changes data and retrieve the changes
22-
* Subscription to sends changes to clients in real time
21+
* Mutation changes data and retrieves the changes
22+
* Subscription sends changes to clients in real time
2323

2424
Review the `GraphQL documentation on Schema`_ for a brief overview of fields, schema and operations.
2525

@@ -56,7 +56,7 @@ In this case, we need to use the ``types`` argument when creating the Schema.
5656
5757
.. _SchemaAutoCamelCase:
5858

59-
Auto CamelCase field names
59+
Auto camelCase field names
6060
--------------------------
6161

6262
By default all field and argument names (that are not

0 commit comments

Comments
 (0)