mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
fix: add missing verb in description (#17163)
This commit is contained in:
parent
a8d1ffa281
commit
e58cdbcb4b
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