File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ QualifiedName ::
242
242
243
243
A qualified name is a case-sensitive string composed of two or more names
244
244
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}.
247
247
248
248
## Descriptions
249
249
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ The `__Service` type is returned from the `__service` meta-field and provides
518
518
information about the GraphQL service , most notably about its capabilities .
519
519
520
520
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
522
522
using the introspection query : `{ __type (name : " __Service" ) { name } }`, a
523
523
{null } result indicates lack of support .
524
524
You can’t perform that action at this time.
0 commit comments