Skip to content

Commit 6832558

Browse files
committed
formatting nits
1 parent 331f256 commit 6832558

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Section 8 -- Grammar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ characters including whitespace and comments. No ignored regions of a source
7676
document are significant, however ignored source characters may appear within a
7777
lexical token, for example a {String} may contain whitespace.
7878

79-
*Ignoring commas*
79+
**Ignoring commas**
8080

81-
GraphQL ignores the comma `,` character. This ensures that the absence or
81+
GraphQL ignores the comma ({`,`}) character. This ensures that the absence or
8282
presence of a comma does not meaningfully alter the interpreted syntax of the
8383
document, as this can be a common user-error in other languages. It also allows
8484
for the stylistic use of either trailing commas or line-terminators as
8585
delimiters which are often desired for legibility and maintainability of source
86-
code. The use of commas, whitespace, and line-terminators is encouraged when
87-
they improve the legibility of GraphQL documents.
86+
code. The use of commas, whitespace, and line-terminators is encouraged only
87+
when they improve the legibility of GraphQL documents.
8888

8989
GraphQL ignores these character sequences:
9090

0 commit comments

Comments
 (0)