Skip to content

Commit 5d56a15

Browse files
authored
Update Section 2 -- Language.md
1 parent 4ccd1c4 commit 5d56a15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/Section 2 -- Language.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ mutation {
306306
}
307307
```
308308

309-
**Query shorthand**
309+
**Query Shorthand**
310310

311311
If a document contains only one operation and that operation is a query which
312312
defines 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

444444
Arguments may be provided in any syntactic order and maintain identical semantic
445445
meaning.
@@ -1127,7 +1127,7 @@ curly-braces `{ }`. The values of an object literal may be any input value
11271127
literal or variable (ex. `{ name: "Hello world", score: 1.0 }`). We refer to
11281128
literal representation of input objects as "object literals."
11291129

1130-
**Input object fields are unordered**
1130+
**Input Object Fields are Unordered**
11311131

11321132
Input object fields may be provided in any syntactic order and maintain
11331133
identical semantic meaning.
@@ -1204,7 +1204,7 @@ size `60`:
12041204
}
12051205
```
12061206

1207-
**Variable use within Fragments**
1207+
**Variable Use within Fragments**
12081208

12091209
Variables can be used within fragments. Variables have global scope with a given
12101210
operation, 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,
12791279
they may be exposed via directives. GraphQL services and tools may also provide
12801280
any additional _custom directive_ beyond those described here.
12811281

1282-
**Directive order is significant**
1282+
**Directive Order is Significant**
12831283

12841284
Directives may be provided in a specific syntactic order which may have semantic
12851285
interpretation.

0 commit comments

Comments
 (0)