mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix typos on help description
This commit is contained in:
parent
5c2d196168
commit
b14fa5a0d8
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_parser = subparsers.add_parser(
|
||||||
'install-hooks',
|
'install-hooks',
|
||||||
help=(
|
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 '
|
'file. You may find `pre-commit install --install-hooks` more '
|
||||||
'useful.'
|
'useful.'
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue