From 78a69c4c3eec45760efe8dfc57ceba84ed0ab070 Mon Sep 17 00:00:00 2001 From: Jordan <36420801+jrdnbradford@users.noreply.github.com> Date: Thu, 9 May 2024 10:11:39 -0400 Subject: [PATCH] chore: fix json schema typos (#1642) --- website/static/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {