Skip to content

Commit cbc3a0c

Browse files
authored
docs: Fix minor typo in new-linters.mdx (#3799)
1 parent fb746c4 commit cbc3a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/contributing/new-linters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ from scratch and integrate it into `golangci-lint`.
1010
## How to add a public linter to `golangci-lint`
1111

1212
You need to implement a new linter using `go/analysis` API.
13-
We don't accept not `go/analysis` linters.
13+
We don't accept non `go/analysis` linters.
1414

1515
After that:
1616

0 commit comments

Comments
 (0)