We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01716f5 commit 78a69c4Copy full SHA for 78a69c4
website/static/schema.json
@@ -512,7 +512,7 @@
512
"type": "object",
513
"properties": {
514
"exclude": {
515
- "description": "File or glob patter to exclude from the list",
+ "description": "File or glob pattern to exclude from the list",
516
"type": "string"
517
}
518
@@ -648,7 +648,7 @@
648
"$ref": "#/definitions/tasks"
649
},
650
"silent": {
651
- "description": "Default 'silent' options for this Taskfile. If `false`, can be overidden with `true` in a task by task basis.",
+ "description": "Default 'silent' options for this Taskfile. If `false`, can be overridden with `true` in a task by task basis.",
652
"type": "boolean"
653
654
"set": {
0 commit comments