docs: fix grammar ()

This commit is contained in:
Chris Halbert 2024-01-06 12:20:53 -05:00 committed by GitHub
parent 521a6763ce
commit a58dca5e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }