Skip to content

Commit 4fdca6a

Browse files
authored
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 🙂
2 parents 586ed18 + f06896c commit 4fdca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/pre-commit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Call `tidy --bless` before each commit
4-
# Copy this scripts to .git/hooks to activate,
4+
# Copy this script to .git/hooks to activate,
55
# and remove it from .git/hooks to deactivate.
66
#
77

0 commit comments

Comments
 (0)