From 919c2e488ab20d4880ac5c40bbc531508d0378ea Mon Sep 17 00:00:00 2001 From: Chris Halbert Date: Fri, 5 Jan 2024 15:47:00 -0500 Subject: [PATCH] Fix grammar. --- docs/src/docs/usage/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/usage/configuration.mdx b/docs/src/docs/usage/configuration.mdx index d3bdfd3e107e..f354643968e0 100644 --- a/docs/src/docs/usage/configuration.mdx +++ b/docs/src/docs/usage/configuration.mdx @@ -29,7 +29,7 @@ Config options inside the file are identical to command-line options. You can configure specific linters' options only within the config file (not the command-line). There is a [`.golangci.reference.yml`](https://github.com/golangci/golangci-lint/blob/master/.golangci.reference.yml) file with all supported options, their description, and default values. -This file is a neither a working example nor recommended configuration, it's just a reference to display all the configuration options. +This file is neither a working example nor a recommended configuration, it's just a reference to display all the configuration options. { .ConfigurationExample }