We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2b743 commit 3a7c3f2Copy full SHA for 3a7c3f2
website/pages/api-v16/language.mdx
@@ -219,7 +219,7 @@ const editedAST = visit(ast, {
219
220
Alternatively to providing enter() and leave() functions, a visitor can
221
instead provide functions named the same as the kinds of AST nodes, or
222
-enter/leave visitors at a named key, leading to tree permutations of
+enter/leave visitors at a named key, leading to three permutations of
223
visitor API:
224
225
1. Named visitors triggered when entering a node a specific kind.
0 commit comments