Fix typos on help description

This commit is contained in:
Joel Bastos
2017-03-10 17:11:09 +00:00
committed by GitHub
parent 5c2d196168
commit b14fa5a0d8

View File

@@ -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.'
),