Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Fixed Typo in README File #29

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ AST Analysis

Treehugger.js is based on the concept of _generic traversals_. A generic traversal
traverses the tree in a particular order, for instance from top to bottom or from
the bottom up. At every node the traversal comes across you can apply one or transformations.
the bottom up. At every node the traversal comes across you can apply one or more transformations.
Tranformations can either be AST _patterns_, _transformation functions_ or a combination of both.

The `treehugger/traverse.js` library adds a number of methods to AST nodes that make traversals simpler:
Expand Down