We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c02659 commit 04fbcaeCopy full SHA for 04fbcae
STYLE_GUIDE.md
@@ -91,3 +91,16 @@ For important terms, use
91
Definition paragraphs start with `::` and add the matching italicized term to
92
the [specification index](https://spec.graphql.org/draft/#index), making it easy
93
to reference them.
94
+
95
+## Tone of voice
96
97
+The GraphQL specification is a reference document and should use neutral and
98
+descriptive tone of voice.
99
100
+**Favor the present tense**
101
102
+The present tense is usually clearer and shorter:
103
104
+✅ Present: The client then sends a request to the server.
105
106
+❌ Future: The client will then send a request to the server.
0 commit comments