Skip to content

Commit 609405e

Browse files
authored
typo in docs
1 parent 41586e9 commit 609405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-schemas/nested-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class User {
5050
}
5151
```
5252

53-
## Exluding from the Schema
53+
## Excluding from the Schema
5454
You can construct the child objects by passing down arguments as non-public fields or annotate the argument with [@GraphQLIgnore](../customizing-schemas/excluding-fields)
5555

5656
```kotlin

0 commit comments

Comments
 (0)