Skip to content

Commit 7d9baa9

Browse files
committed
coercibility -> coercible to pass spell check
1 parent 14e7c91 commit 7d9baa9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Section 5 -- Validation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,9 +1320,8 @@ which may be a variable usage. The
13201320
validation rule ensures that each {variableUsage} is of a type allowed in its
13211321
position. The [Coercing Variable Values](#sec-Coercing-Variable-Values)
13221322
algorithm ensures runtime values for variables coerce correctly. Therefore, for
1323-
the purposes of the coercibility assertion in this validation rule, we can
1324-
assume the runtime value of each {variableUsage} is valid for usage in its
1325-
position.
1323+
the purposes of the "coercible" assertion in this validation rule, we can assume
1324+
the runtime value of each {variableUsage} is valid for usage in its position.
13261325

13271326
The type expected in a position includes the type defined by the argument a
13281327
value is provided for, the type defined by an input object field a value is

0 commit comments

Comments
 (0)