Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Related to 03ae09b.
  • Loading branch information
wooorm committed Aug 23, 2017
1 parent 0017eb1 commit 34b2a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ it’s documentation for the exact semantics of transformers.
###### Returns

* `Error` — Can be returned to stop the process
* [**Node`][node] — Can be returned and results in further transformations
* [`Node`][node] — Can be returned and results in further transformations
and `stringify`s to be performed on the new tree
* `Promise` — If a promise is returned, the function is asynchronous, and
**must** be resolved (optionally with a [`Node`][node]) or rejected
Expand Down

0 comments on commit 34b2a83

Please sign in to comment.