Skip to content

Commit 545cba6

Browse files
committed
Fix a typo.
1 parent 201260e commit 545cba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ will be present and `friends` will not.
418418
Query variables can be used within fragments. Query variables have global scope
419419
with a given operation, so a variable used within a fragment must be declared
420420
in any top-level operation that transitively consumes that fragment. If
421-
variable is referenced in a fragment and is included by an operation that does
421+
a variable is referenced in a fragment and is included by an operation that does
422422
not define that variable, the operation cannot be executed.
423423

424424
### Inline fragments

0 commit comments

Comments
 (0)