summaryrefslogtreecommitdiff
path: root/cli/schemas
diff options
context:
space:
mode:
authorGeert-Jan Zwiers <geertjanzwiers@protonmail.com>2022-12-22 14:51:22 +0100
committerGitHub <noreply@github.com>2022-12-22 14:51:22 +0100
commite58cdbcb4b8943eaa344a597f5c868e1ef4070d4 (patch)
treece61863d289baada7b77545c394b2512e7c0f3e2 /cli/schemas
parenta8d1ffa281e643b2c69ce5adf48eb543a305afd3 (diff)
fix: add missing verb in description (#17163)
Diffstat (limited to 'cli/schemas')
-rw-r--r--cli/schemas/config-file.v1.json2
1 files changed, 1 insertions, 1 deletions
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"
},