From c1e24c1507a219581289b0578316de8672e5e6d7 Mon Sep 17 00:00:00 2001
From: Nico Ismaili <nico@ismaili.de>
Date: Thu, 20 Oct 2022 07:05:36 -0700
Subject: [PATCH] doc: improved wording (#3302)

---
 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 8b4d0e73..373ef0e9 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