Skip to content

Commit 2aad050

Browse files
committed
fix spelling
1 parent fe201cd commit 2aad050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1941,7 +1941,7 @@ inform the executor to delay the execution of the current fragment to indicate
19411941
deprioritization of the current fragment. A query with `@defer` directive will cause
19421942
the request to potentially return multiple responses, where non-deferred data is
19431943
delivered in the initial response and data deferred is delivered in a subsequent
1944-
response. `@include` and `@skip` take presedence over `@defer`.
1944+
response. `@include` and `@skip` take precedence over `@defer`.
19451945

19461946
```graphql example
19471947
query myQuery($shouldDefer: Boolean) {
@@ -1967,7 +1967,7 @@ directive @stream(label: String, initialCount: Int!, if: Boolean) on FIELD
19671967
The `@stream` directive may be provided for a field of `List` type so that the
19681968
backend can leverage technology such as asynchronous iterators to provide a partial
19691969
list in the initial response, and additional list items in subsequent responses.
1970-
`@include` and `@skip` take presedence over `@stream`.
1970+
`@include` and `@skip` take precedence over `@stream`.
19711971

19721972
```graphql example
19731973
query myQuery($shouldDefer: Boolean) {

0 commit comments

Comments
 (0)