Skip to content

Commit 4183f1c

Browse files
authored
Conform STYLE_GUIDE.md to the style guide
1 parent 4e0fb9a commit 4183f1c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

STYLE_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ consistency. The writing style portions are inspired by the AP style guide. When
77
making changes to the GraphQL specification, please aim to be consistent with
88
this style guide.
99

10-
## Auto-formatting
10+
## Auto-Formatting
1111

1212
The GraphQL specification is formatted using the `prettier` tool, so you should
1313
not need to think about gaps between paragraphs and titles, nor about word
@@ -18,7 +18,7 @@ wrapping - this is handled for you.
1818
The GraphQL specification uses two types of headings: numbered headings and
1919
unnumbered headings. All headings should be written in Title Case (see below).
2020

21-
### Numbered headings
21+
### Numbered Headings
2222

2323
Lines beginning with a `#` will become numbered headings in the spec-md output.
2424

@@ -30,14 +30,14 @@ Lines beginning with a `#` will become numbered headings in the spec-md output.
3030
##### H5
3131
```
3232

33-
### Unnumbered headings
33+
### Unnumbered Headings
3434

3535
Unnumbered headings are added to split large blocks of text up without impacting
3636
the spec numbering system. In the output are styled similarly to an H4. An
3737
unnumbered heading is a line on its own that is bolded:
3838

3939
```md
40-
\*\*This Is an Example Of an Unnumbered Heading\*\*
40+
\*\*This Is an Example of an Unnumbered Heading\*\*
4141
```
4242

4343
### Title Case

0 commit comments

Comments
 (0)