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 679606d commit 6a2b743Copy full SHA for 6a2b743
website/pages/api-v16/language.mdx
@@ -218,7 +218,7 @@ const editedAST = visit(ast, {
218
```
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
+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
223
visitor API:
224
0 commit comments