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 }