Skip to content

Commit

Permalink
Merge pull request #543 from pel-daniel/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
ElonVolo authored Feb 10, 2023
2 parents cb5ad94 + d27aff6 commit 5a03651
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 @@ -169,7 +169,7 @@ At the end, the CLI will report those values. This can be useful while
developing the transform, e.g. to find out how often a certain construct
appears in the source(s).

**`report`** allows you do print arbitrary strings to stdout. This can be
**`report`** allows you to print arbitrary strings to stdout. This can be
useful when other tools consume the output of jscodeshift. The reason to not
directly use `process.stdout` in transform code is to avoid mangled output when
many files are processed.
Expand Down

0 comments on commit 5a03651

Please sign in to comment.