Skip to content

Commit 3a1cc03

Browse files
committed
formatting
1 parent 0cde790 commit 3a1cc03

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

STYLE_GUIDE.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,15 @@ MyAlgorithm(argOne, argTwo):
8888
The GraphQL specification is a reference document and should use neutral and
8989
descriptive tone of voice.
9090

91-
Favor the present tense. The present tense is usually clearer and shorter:
91+
**Favor the present tense**
92+
93+
The present tense is usually clearer and shorter:
9294

9395
✅ Present: The client then sends a request to the server.
9496

9597
❌ Future: The client will then send a request to the server.
9698

97-
Avoid repetition. Repetition adds more cognitive load and possibilities for
98-
different parts of the specification to diverge in their meaning.
99+
**Avoid repetition**
100+
101+
Repetition adds more cognitive load and possibilities for different parts of the
102+
specification to diverge in their meaning.

0 commit comments

Comments
 (0)