Skip to content

Commit bd0b97e

Browse files
committed
Merge pull request #5 from devknoll/patch-3
Fix minor typo
2 parents 2853d37 + c22fa2e commit bd0b97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Fields on a GraphQL interface have the same rules as fields on a GraphQL object;
428428
their type can be Scalar, Object, Enum, Interface, or Union, or any wrapping
429429
type whose base type is one of those five.
430430

431-
For example, a interface may describe a required field and types such as
431+
For example, an interface may describe a required field and types such as
432432
`Person` or `Business` may then implement this interface.
433433

434434
```

0 commit comments

Comments
 (0)