From 6a82d72cfa48818f56f090f816f4e2616063c3d4 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 3 May 2023 09:13:49 +0200 Subject: [PATCH] Typo fix in web service README.md Typo fix for #6208 --- services/web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/README.md b/services/web/README.md index b77e2184f..78363877c 100644 --- a/services/web/README.md +++ b/services/web/README.md @@ -11,4 +11,4 @@ If you want to use your custom compiled web client assets instead of the embedde ## WebUI Options -Beside theming, the behaviour of the embedded WebUI can be configured via options. See the environment variables `WEB_OPTIONS_xxx` for more details. +Beside theming, the behaviour of the embedded WebUI can be configured via options. See the environment variables `WEB_OPTION_xxx` for more details.