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 f705ec4 commit 5b84156Copy full SHA for 5b84156
website/guide/api-usage/js-api.md
@@ -85,7 +85,7 @@ It has several jQuery like methods for us to search, filter and inspect the AST
85
```js
86
const log = root.find('console.log($A)') // search node
87
const arg = log.getMatch('A') // get matched variable
88
-log.text() // "hello world"
+arg.text() // "hello world"
89
```
90
91
Let's see its details in the following sections!
0 commit comments