From f06896ca7a43cf62a4b87e4cf959b06f49893fbb Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Wed, 24 Feb 2021 18:37:13 -0500 Subject: [PATCH] fix typo in `pre-commit.sh` --- src/etc/pre-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/pre-commit.sh b/src/etc/pre-commit.sh index 70b4e9d9908..9045adb54dc 100755 --- a/src/etc/pre-commit.sh +++ b/src/etc/pre-commit.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # Call `tidy --bless` before each commit -# Copy this scripts to .git/hooks to activate, +# Copy this script to .git/hooks to activate, # and remove it from .git/hooks to deactivate. #