Skip to content

Commit b6741c3

Browse files
committed
Fix typos (thanks @eapache!)
1 parent 39e593c commit b6741c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/Section 3 -- Type System.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,8 @@ of rules must be adhered to by every Object type in a GraphQL schema.
819819
2. The argument must accept a type where {IsInputType(argumentType)}
820820
returns {true}.
821821
3. If the field is a Oneof Field:
822-
1. The field must be nullable.
823-
2. The field must not have a default value.
822+
1. The argument must be nullable.
823+
2. The argument must not have a default value.
824824
3. An object type may declare that it implements one or more unique interfaces.
825825
4. An object type must be a super-set of all interfaces it implements:
826826
1. Let this object type be {objectType}.
@@ -1190,8 +1190,8 @@ Interface types have the potential to be invalid if incorrectly defined.
11901190
2. The argument must accept a type where {IsInputType(argumentType)}
11911191
returns {true}.
11921192
3. If the field is a Oneof Field:
1193-
1. The field must be nullable.
1194-
2. The field must not have a default value.
1193+
1. The argument must be nullable.
1194+
2. The argument must not have a default value.
11951195
3. An interface type may declare that it implements one or more unique
11961196
interfaces, but may not implement itself.
11971197
4. An interface type must be a super-set of all interfaces it implements:

0 commit comments

Comments
 (0)