From e58cdbcb4b8943eaa344a597f5c868e1ef4070d4 Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers Date: Thu, 22 Dec 2022 14:51:22 +0100 Subject: fix: add missing verb in description (#17163) --- cli/schemas/config-file.v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 599427ebe..4eece59df 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -238,7 +238,7 @@ }, "exclude": { "type": "array", - "description": "List of rule names that will be excluded from configured tag sets. If the same rule is in `include` it be run.", + "description": "List of rule names that will be excluded from configured tag sets. If the same rule is in `include` it will be run.", "items": { "type": "string" }, -- cgit v1.2.3