From d208687d1090f99b114f3a65e240460f49c4f315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 7 Jan 2025 19:44:40 -0100 Subject: [PATCH] docs: locked description spelling fix (#17) --- deployment/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/schema.json b/deployment/schema.json index c24fce7..4ca6683 100644 --- a/deployment/schema.json +++ b/deployment/schema.json @@ -24,7 +24,7 @@ }, "properties": { "locked": { - "description": "Whether the configuration is not allowed to be overriden or extended.", + "description": "Whether the configuration is not allowed to be overridden or extended.", "type": "boolean" }, "lineWidth": {