Rollup merge of #82503 - cratelyn:patch-1, r=Mark-Simulacrum

fix typo in `pre-commit.sh`

This updates a small typo I found, no more no less 🙂
This commit is contained in:
Aaron Hill 2021-02-25 16:06:25 -05:00 committed by GitHub
commit 4fdca6aaef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
#