Merge pull request #507 from kintoandar/patch-1

Fix typos on help description
This commit is contained in:
Anthony Sottile
2017-03-10 09:26:56 -08:00
committed by GitHub

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