0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-12 16:59:32 -05:00

fix: add missing verb in description (#17163)

This commit is contained in:
Geert-Jan Zwiers 2022-12-22 14:51:22 +01:00 committed by Bartek Iwańczuk
parent 10ad562b90
commit 859913c484
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -238,7 +238,7 @@
}, },
"exclude": { "exclude": {
"type": "array", "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": { "items": {
"type": "string" "type": "string"
}, },