File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ consistency. The writing style portions are inspired by the AP style guide. When
77making changes to the GraphQL specification, please aim to be consistent with
88this style guide.
99
10- ## Auto-formatting
10+ ## Auto-Formatting
1111
1212The GraphQL specification is formatted using the ` prettier ` tool, so you should
1313not need to think about gaps between paragraphs and titles, nor about word
@@ -18,7 +18,7 @@ wrapping - this is handled for you.
1818The GraphQL specification uses two types of headings: numbered headings and
1919unnumbered headings. All headings should be written in Title Case (see below).
2020
21- ### Numbered headings
21+ ### Numbered Headings
2222
2323Lines 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
3535Unnumbered headings are added to split large blocks of text up without impacting
3636the spec numbering system. In the output are styled similarly to an H4. An
3737unnumbered 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
You can’t perform that action at this time.
0 commit comments