Skip to content

Commit 3c262e9

Browse files
authored
Fix typo in syntax within nullability docs (#6802)
1 parent bee3dba commit 3c262e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/advanced/nullability.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,5 @@ query GetFoo {
370370
}
371371

372372
# and make foo `@semanticNonNull` in your schema
373-
extends type Query @semanticNonNullField(name: "foo")
374-
```
373+
extend type Query @semanticNonNullField(name: "foo")
374+
```

0 commit comments

Comments
 (0)