From 95fb784528b6b5d2e96ff44fc146ed9b2004f058 Mon Sep 17 00:00:00 2001 From: Nico Ismaili Date: Tue, 18 Oct 2022 08:26:57 +0200 Subject: [PATCH] Improved wording / readability --- 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 8b4d0e735a28..373ef0e974a3 100644 --- a/docs/src/docs/usage/configuration.mdx +++ b/docs/src/docs/usage/configuration.mdx @@ -6,7 +6,7 @@ The config file has lower priority than command-line options. If the same bool/s and in the config file, the option from command-line will be used. Slice options (e.g. list of enabled/disabled linters) are combined from the command-line and config file. -To see a list of enabled by your configuration linters: +To see a list of linters enabled by your configuration use: ```sh golangci-lint linters