File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ run-shellcheck: FORCE install-shellcheck
112112
113113run-typos : FORCE
114114 @printf " \e[1;36m>> typos\e[0m\n"
115- @printf " \e[1;36m>> Typos install instructions can be found here https://github.com/crate-ci/typos#install e[0m\n"
115+ @printf " \e[1;36m>> Typos install instructions can be found here https://github.com/crate-ci/typos#install \ e[0m\n"
116116 @typos
117117
118118build/cover.out : FORCE | build
Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ typos:
482482 - internal/compress/constants.go
483483 - internal/compress/testdata/
484484 extendWords:
485- - reenforced: reenforced # do not correct to the semantically different word "reinforced"
485+ reenforced: reenforced # do not correct to the semantically different word "reinforced"
486486` ` `
487487
488488Whether to run [`typos`](https://github.com/crate-ci/typos) to check for spelling mistakes.
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ endif
382382 target : "run-typos" ,
383383 recipe : []string {
384384 `@printf "\e[1;36m>> typos\e[0m\n"` ,
385- `@printf "\e[1;36m>> Typos install instructions can be found here https://github.com/crate-ci/typos#install e[0m\n"` ,
385+ `@printf "\e[1;36m>> Typos install instructions can be found here https://github.com/crate-ci/typos#install \ e[0m\n"` ,
386386 `@typos` ,
387387 },
388388 })
You can’t perform that action at this time.
0 commit comments