Skip to content

Commit

Permalink
docs(readme): remove unneeded word in README.md (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins authored Jan 25, 2023
1 parent d057390 commit 6f1459b
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 @@ -603,7 +603,7 @@ Custom OS commands can also be used for modifying the commit messages:

This is useful when you want to filter/encode messages using external commands. In the example above, [pandoc](https://pandoc.org/) is used to convert each commit message that matches the given `pattern` to the [CommonMark](https://commonmark.org/) format.

A more fun example would be reversing the each commit message:
A more fun example would be reversing each commit message:

- `{ pattern = '.*', replace_command = 'rev | xargs echo "reversed: $@"' }`

Expand Down

0 comments on commit 6f1459b

Please sign in to comment.