docs: Fix minor typo in new-linters.mdx ()

This commit is contained in:
Jonathan Colby 2023-04-24 16:11:16 -07:00 committed by GitHub
parent fb746c4b04
commit cbc3a0c70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ from scratch and integrate it into `golangci-lint`.
## How to add a public linter to `golangci-lint`
You need to implement a new linter using `go/analysis` API.
We don't accept not `go/analysis` linters.
We don't accept non `go/analysis` linters.
After that: