From cbc3a0c70ec14f15612caa056a805e229d64a529 Mon Sep 17 00:00:00 2001 From: Jonathan Colby Date: Mon, 24 Apr 2023 16:11:16 -0700 Subject: [PATCH] docs: Fix minor typo in new-linters.mdx (#3799) --- docs/src/docs/contributing/new-linters.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/contributing/new-linters.mdx b/docs/src/docs/contributing/new-linters.mdx index e3be08c52a0f..6bc875c8403c 100644 --- a/docs/src/docs/contributing/new-linters.mdx +++ b/docs/src/docs/contributing/new-linters.mdx @@ -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: