Skip to content

Commit 5149be9

Browse files
authored
docs: arguments spelling (ExpediaGroup#1669)
1 parent 2ab428a commit 5149be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-6.x.x/schema-generator/execution/contextual-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Note that the argument that implements `GraphQLContext` is not reflected in the
6363
## Handling Context Errors
6464

6565
The [GraphQLContextFactory](../../server/graphql-context-factory.md) may return `null`. If your factory implementation never returns `null`, then there is no need to change your schema.
66-
If the factory could return `null`, then the context arugments in your schema should be nullable so a runtime exception is not thrown.
66+
If the factory could return `null`, then the context arguments in your schema should be nullable so a runtime exception is not thrown.
6767

6868
```kotlin
6969
class ContextualQuery : Query {

0 commit comments

Comments
 (0)