@@ -306,7 +306,7 @@ mutation {
306306}
307307```
308308
309- ** Query shorthand **
309+ ** Query Shorthand **
310310
311311If a document contains only one operation and that operation is a query which
312312defines no variables and has no directives applied to it then that operation may
@@ -439,7 +439,7 @@ Many arguments can exist for a given field:
439439}
440440```
441441
442- ** Arguments are unordered **
442+ ** Arguments are Unordered **
443443
444444Arguments may be provided in any syntactic order and maintain identical semantic
445445meaning.
@@ -1127,7 +1127,7 @@ curly-braces `{ }`. The values of an object literal may be any input value
11271127literal or variable (ex. ` { name: "Hello world", score: 1.0 } ` ). We refer to
11281128literal representation of input objects as "object literals."
11291129
1130- ** Input object fields are unordered **
1130+ ** Input Object Fields are Unordered **
11311131
11321132Input object fields may be provided in any syntactic order and maintain
11331133identical semantic meaning.
@@ -1204,7 +1204,7 @@ size `60`:
12041204}
12051205```
12061206
1207- ** Variable use within Fragments**
1207+ ** Variable Use within Fragments**
12081208
12091209Variables can be used within fragments. Variables have global scope with a given
12101210operation, so a variable used within a fragment must be declared in any
@@ -1279,7 +1279,7 @@ As future versions of GraphQL adopt new configurable execution capabilities,
12791279they may be exposed via directives. GraphQL services and tools may also provide
12801280any additional _ custom directive_ beyond those described here.
12811281
1282- ** Directive order is significant **
1282+ ** Directive Order is Significant **
12831283
12841284Directives may be provided in a specific syntactic order which may have semantic
12851285interpretation.
0 commit comments