Skip to content

Commit e71eb6d

Browse files
slashmostubailo
authored andcommitted
Fix typo in APIReference-Language 📖 (graphql#596)
1 parent 98130e8 commit e71eb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/graphql-js/APIReference-Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function visit(root, visitor, keyMap)
196196

197197
visit() will walk through an AST using a depth first traversal, calling
198198
the visitor's enter function at each node in the traversal, and calling the
199-
leave function after visiting that node and all of it's child nodes.
199+
leave function after visiting that node and all of its child nodes.
200200

201201
By returning different values from the enter and leave functions, the
202202
behavior of the visitor can be altered, including skipping over a sub-tree of

0 commit comments

Comments
 (0)