Skip to content

Commit e5ca11a

Browse files
committed
Merge pull request #12 from Agrosis/master
Fix typo.
2 parents 08ad837 + 1eba46d commit e5ca11a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Section 7 -- Response.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ the following JSON concepts:
5252

5353
A response to a GraphQL operation must be a map.
5454

55-
If the operation included execution, the response map must contain the an entry
56-
with key "data". The value of this entry is described in the "Data" section. If
55+
If the operation included execution, the response map must contain an entry
56+
with key `data`. The value of this entry is described in the "Data" section. If
5757
the operation failed before execution, due to a syntax error, missing
5858
information, or validation error, this entry must not be present.
5959

6060
If the operation encountered any errors, the response map must contain an entry
61-
with key "errors". The value of this entry is described in the "Errors"
61+
with key `errors`. The value of this entry is described in the "Errors"
6262
section. If the operation completed without encountering any errors, this entry
6363
must not be present.
6464

0 commit comments

Comments
 (0)