Skip to content

Commit c6e2779

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent ab1c742 commit c6e2779

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ run-shellcheck: FORCE install-shellcheck
112112

113113
run-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

118118
build/cover.out: FORCE | build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

488488
Whether to run [`typos`](https://github.com/crate-ci/typos) to check for spelling mistakes.

internal/makefile/makefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)