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 74a5585 commit cd8edc1Copy full SHA for cd8edc1
docs/developing/ast.mdx
@@ -24,7 +24,7 @@ yarn test:ast
24
code ./scripts/test-output.json
25
```
26
27
-We use the npm module `ast-stringify` to strip out unneccesary props, and generate a JSON for reference.
+We use the npm module `ast-stringify` to strip out unnecessary props, and generate a JSON for reference.
28
29
You will see a `File` and `Program`... only concern yourself with the `body[]`:
30
0 commit comments