fix typo in pre-commit.sh

This commit is contained in:
katelyn martin 2021-02-24 18:37:13 -05:00 committed by GitHub
parent a8486b64b0
commit f06896ca7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Call `tidy --bless` before each commit # 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. # and remove it from .git/hooks to deactivate.
# #