Skip to content

Commit 955acd4

Browse files
committed
Spelling
1 parent aef7069 commit 955acd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/Section 2 -- Language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ QualifiedName ::
242242

243243
A qualified name is a case-sensitive string composed of two or more names
244244
separated by a period (`.`). A qualified name allows for a structured chain of
245-
names which can be useful for scoping or namespacing. A _capability identifier_
246-
is an example of a {QualifiedName}.
245+
names which can be useful for scoping or applying namespaces. A _capability
246+
identifier_ is an example of a {QualifiedName}.
247247

248248
## Descriptions
249249

spec/Section 4 -- Introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ The `__Service` type is returned from the `__service` meta-field and provides
518518
information about the GraphQL service, most notably about its capabilities.
519519

520520
Note: Services implementing an older version of this specification may not
521-
support the `__service` metafield or `__Service` type. Support may be probed
521+
support the `__service` meta-field or `__Service` type. Support may be probed
522522
using the introspection query: `{ __type(name: "__Service") { name } }`, a
523523
{null} result indicates lack of support.
524524

0 commit comments

Comments
 (0)