Skip to content

Commit

Permalink
fix typo: verion -> version
Browse files Browse the repository at this point in the history
  • Loading branch information
huan authored Jul 11, 2021
1 parent 2316680 commit 1a34a6f
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 @@ -13,7 +13,7 @@ Git Hooks Integration for Chatie Projects

This module is a wrapper of the NPM module [git-scripts](https://www.npmjs.com/package/git-scripts), it provide following additional features:

1. `pre-push` hook had been set to run `npm run lint` and then `npm verion patch` before `git push` for better code quality and version management.
1. `pre-push` hook had been set to run `npm run lint` and then `npm version patch` before `git push` for better code quality and version management.

Learn more about the original `git-scripts` from its GitHub homepage: [git-scripts](https://github.com/nkzawa/git-scripts)

Expand Down

0 comments on commit 1a34a6f

Please sign in to comment.