From 9df40bd9be278bb2cbd5fd8190848053dd3f004e Mon Sep 17 00:00:00 2001 From: Timoline Date: Sun, 7 Feb 2021 12:45:07 +0100 Subject: [PATCH] fixed small typo (#6149) --- lib/util/settings.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 5c5b61a7..e2db52a4 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -253,7 +253,7 @@ }, "cache_state_persistent": { "type": "boolean", - "title": "Chache state persistent", + "title": "Cache state persistent", "description": "Persist cached state, only used when cache_state: true", "default": true },