Skip to content

Commit 547bca2

Browse files
authored
docs: fix a typo (#4048)
1 parent 5b40213 commit 547bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/logutils/logutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const (
5959
DebugKeyGoCritic = "gocritic" // Debugs `go-critic` linter.
6060
DebugKeyMegacheck = "megacheck" // Debugs `staticcheck` related linters.
6161
DebugKeyNolint = "nolint" // Debugs a filter excluding issues by `//nolint` comments.
62-
DebugKeyRevive = "revive" // Debugs `revice` linter.
62+
DebugKeyRevive = "revive" // Debugs `revive` linter.
6363
)
6464

6565
func getEnabledDebugs() map[string]bool {

0 commit comments

Comments
 (0)