From df998f4331a22a0c840767b6e5a825dbfe9542dc Mon Sep 17 00:00:00 2001 From: FlavienMacquignon <70152975+FlavienMacquignon@users.noreply.github.com> Date: Sat, 22 Jan 2022 11:41:38 +0100 Subject: [PATCH] theme: typo in schema --- themes/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/schema.json b/themes/schema.json index 460a6d84..df8be900 100644 --- a/themes/schema.json +++ b/themes/schema.json @@ -47,7 +47,7 @@ }, "http_timeout": { "type": "integer", - "title": "Http requst timeout", + "title": "Http request timeout", "description": "Timeout value to use for http request", "default": 20 },