diff --git a/website/static/schema.json b/website/static/schema.json index fb5c3364..de22d7a5 100644 --- a/website/static/schema.json +++ b/website/static/schema.json @@ -512,7 +512,7 @@ "type": "object", "properties": { "exclude": { - "description": "File or glob patter to exclude from the list", + "description": "File or glob pattern to exclude from the list", "type": "string" } } @@ -648,7 +648,7 @@ "$ref": "#/definitions/tasks" }, "silent": { - "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.", "type": "boolean" }, "set": {