Skip to content

Commit 5b94a07

Browse files
author
Ikko Ashimine
authored
Fix typo in .golangci.yml (#14933)
occured -> occurred
1 parent 8ee4d97 commit 5b94a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ linters-settings:
2626
gocritic:
2727
disabled-checks:
2828
- ifElseChain
29-
- singleCaseSwitch # Every time this occured in the code, there was no other way.
29+
- singleCaseSwitch # Every time this occurred in the code, there was no other way.
3030

3131
issues:
3232
exclude-rules:

0 commit comments

Comments
 (0)