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:
parent
10ad562b90
commit
859913c484
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue