Skip to content

Commit 6b14c89

Browse files
committed
formatting and spelling. Spec is American, not British 😄
1 parent 9d1c3de commit 6b14c89

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

spec/Appendix C -- Built-in Definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ directive @deprecated(
6969
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE | INPUT_FIELD_DEFINITION
7070

7171
"""
72-
Exposes a URL that specifies the behaviour of this scalar.
72+
Exposes a URL that specifies the behavior of this scalar.
7373
"""
7474
directive @specifiedBy(
7575
"""
76-
The URL that specifies the behaviour of this scalar.
76+
The URL that specifies the behavior of this scalar.
7777
"""
7878
url: String!
7979
) on SCALAR

spec/Section 3 -- Type System.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,10 @@ Scalar types represent primitive leaf values in a GraphQL type system. GraphQL
388388
responses take the form of a hierarchical tree; the leaves of this tree are
389389
typically GraphQL Scalar types (but may also be Enum types or {null} values).
390390

391-
GraphQL provides a number of [built-in scalars](#sec-Appendix-Built-in-Definitions.Scalars)
392-
which are fully defined in the sections below, however type systems may also add
393-
additional custom scalars to introduce additional semantic meaning.
391+
GraphQL provides a number of
392+
[built-in scalars](#sec-Appendix-Built-in-Definitions.Scalars) which are fully
393+
defined in the sections below, however type systems may also add additional
394+
custom scalars to introduce additional semantic meaning.
394395

395396
**Built-in Scalars**
396397

@@ -1950,11 +1951,12 @@ GraphQL implementations that support the type system definition language should
19501951
provide the `@specifiedBy` directive if representing custom scalar definitions.
19511952

19521953
When representing a GraphQL schema using the type system definition language any
1953-
[built-in directive](#sec-Appendix-Built-in-Definitions.Directives) may be omitted for brevity.
1954+
[built-in directive](#sec-Appendix-Built-in-Definitions.Directives) may be
1955+
omitted for brevity.
19541956

19551957
When introspecting a GraphQL service all provided directives, including any
1956-
[built-in directive](#sec-Appendix-Built-in-Definitions.Directives), must be included in the set of
1957-
returned directives.
1958+
[built-in directive](#sec-Appendix-Built-in-Definitions.Directives), must be
1959+
included in the set of returned directives.
19581960

19591961
**Custom Directives**
19601962

spec/Section 4 -- Introspection.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ warnings.
121121

122122
The schema introspection system is itself represented as a GraphQL schema.
123123

124-
See [Appendix C](#sec-Introspection-types) for more details about the schema type definitions.
124+
See [Appendix C](#sec-Introspection-types) for more details about the schema
125+
type definitions.
125126

126127
### The \_\_Schema Type
127128

0 commit comments

Comments
 (0)