File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,15 @@ MyAlgorithm(argOne, argTwo):
88
88
The GraphQL specification is a reference document and should use neutral and
89
89
descriptive tone of voice.
90
90
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:
92
94
93
95
✅ Present: The client then sends a request to the server.
94
96
95
97
❌ Future: The client will then send a request to the server.
96
98
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.
You can’t perform that action at this time.
0 commit comments