Skip to content

Commit ce75b0a

Browse files
committed
Replaced wrongly used 'I.e.' with 'For example try to'
1 parent 536313b commit ce75b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function main() {
6464
6565
This only has performance implications and won't change the result of your pre-commit tests.
6666
If this problem persists on your default branch, you can try to fix it by editing your '.pre-commit-config.yaml'.
67-
I.e. run 'pre-commit autoupdate' or simply add a blank line.
67+
For example try to run 'pre-commit autoupdate' or simply add a blank line.
6868
This will result in a different hash value and thus a different cache target.`.replace(/^ +/gm, '')
6969
);
7070
}

0 commit comments

Comments
 (0)