Skip to content

Commit a80f9ff

Browse files
authored
Consistently spell 'implementers' (graphql#1087)
1 parent 497e333 commit a80f9ff

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

cspell.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ words:
2121
- tatooine
2222
- zuck
2323
- zuckerberg
24+
# Alternative spellings
25+
- !implementor
26+
- !implementors

spec/Section 5 -- Validation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ fragment aliasedLyingFieldTargetNotDefined on Dog {
362362
```
363363

364364
For interfaces, direct field selection can only be done on fields. Fields of
365-
concrete implementors are not relevant to the validity of the given
365+
concrete implementers are not relevant to the validity of the given
366366
interface-typed selection set.
367367

368368
For example, the following is valid:
@@ -376,7 +376,7 @@ fragment interfaceFieldSelection on Pet {
376376
and the following is invalid:
377377

378378
```graphql counter-example
379-
fragment definedOnImplementorsButNotInterface on Pet {
379+
fragment definedOnImplementersButNotInterface on Pet {
380380
nickname
381381
}
382382
```

spec/Section 7 -- Response.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ request failed before execution, due to a syntax error, missing information, or
2323
validation error, this entry must not be present.
2424

2525
The response map may also contain an entry with key `extensions`. This entry, if
26-
set, must have a map as its value. This entry is reserved for implementors to
26+
set, must have a map as its value. This entry is reserved for implementers to
2727
extend the protocol however they see fit, and hence there are no additional
2828
restrictions on its contents.
2929

@@ -203,7 +203,7 @@ be the same:
203203

204204
GraphQL services may provide an additional entry to errors with key
205205
`extensions`. This entry, if set, must have a map as its value. This entry is
206-
reserved for implementors to add additional information to errors however they
206+
reserved for implementers to add additional information to errors however they
207207
see fit, and there are no additional restrictions on its contents.
208208

209209
```json example

0 commit comments

Comments
 (0)