Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] fixed small errors #309

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ node.content = 'panda';
Calls a function for every child node in tree. If `type` parameter is passed,
calls a function only for child nodes of a given type. The main difference from
`parseTree.eachFor()` is that this method loops through node list from the
beginnig to end.
beginning to end.

##### Parameters

Expand Down Expand Up @@ -792,7 +792,7 @@ If some tests fail, you can find information in test logs:
- `log/result.txt` contains only result text.

The last two are made for your convenience: you can use any diff app to see
the defference between them.
the difference between them.

If you want to test one specific string or get a general idea of how Gonzales
works, you can use `test/ast.js` file.
Expand Down