From b14fa5a0d8baab3e68eaffd66245d358df1d6f6a Mon Sep 17 00:00:00 2001 From: Joel Bastos Date: Fri, 10 Mar 2017 17:11:09 +0000 Subject: [PATCH] Fix typos on help description --- pre_commit/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit/main.py b/pre_commit/main.py index f96eafb2..00b8cfad 100644 --- a/pre_commit/main.py +++ b/pre_commit/main.py @@ -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.' ),