Skip to content

Commit 78a69c4

Browse files
authored
chore: fix json schema typos (#1642)
1 parent 01716f5 commit 78a69c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/static/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
"type": "object",
513513
"properties": {
514514
"exclude": {
515-
"description": "File or glob patter to exclude from the list",
515+
"description": "File or glob pattern to exclude from the list",
516516
"type": "string"
517517
}
518518
}
@@ -648,7 +648,7 @@
648648
"$ref": "#/definitions/tasks"
649649
},
650650
"silent": {
651-
"description": "Default 'silent' options for this Taskfile. If `false`, can be overidden with `true` in a task by task basis.",
651+
"description": "Default 'silent' options for this Taskfile. If `false`, can be overridden with `true` in a task by task basis.",
652652
"type": "boolean"
653653
},
654654
"set": {

0 commit comments

Comments
 (0)