mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
Merge pull request #507 from kintoandar/patch-1
Fix typos on help description
This commit is contained in:
commit
6e5ac07927
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def main(argv=None):
|
|||
install_hooks_parser = subparsers.add_parser(
|
||||
'install-hooks',
|
||||
help=(
|
||||
'Install hook environemnts for all environemnts in the config '
|
||||
'Install hook environments for all environments in the config '
|
||||
'file. You may find `pre-commit install --install-hooks` more '
|
||||
'useful.'
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue