From ce75b0a62dff8e35bf4a9774001cc6a5230743eb Mon Sep 17 00:00:00 2001 From: s-weigand Date: Mon, 5 Apr 2021 02:33:08 +0200 Subject: [PATCH] Replaced wrongly used 'I.e.' with 'For example try to' --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a2bca70..4fc00db 100644 --- a/index.js +++ b/index.js @@ -64,7 +64,7 @@ async function main() { This only has performance implications and won't change the result of your pre-commit tests. If this problem persists on your default branch, you can try to fix it by editing your '.pre-commit-config.yaml'. - I.e. run 'pre-commit autoupdate' or simply add a blank line. + For example try to run 'pre-commit autoupdate' or simply add a blank line. This will result in a different hash value and thus a different cache target.`.replace(/^ +/gm, '') ); }