mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -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": {
|
||||
"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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue