From f042e041eb30a1a890e1499ae74dc41364708a7e Mon Sep 17 00:00:00 2001 From: joffrey-b Date: Tue, 21 Apr 2026 12:16:14 +0200 Subject: [PATCH] Fixed missing space --- docs/src/content/docs/reference/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/reference/configuration.md b/docs/src/content/docs/reference/configuration.md index f0f701a..47caa70 100644 --- a/docs/src/content/docs/reference/configuration.md +++ b/docs/src/content/docs/reference/configuration.md @@ -28,7 +28,7 @@ If the environment variable is defined without **and** with the suffix at the sa - Description: The lowercase name of the default theme to be used by the client. Overridden if a user picks a theme in the theme switcher. ##### KOITO_DATE_FORMAT - Default: `Browser locale` -- Description: The format to use for dates in the client. Supports the tokens `DD`, `MM`, and `YYYY` with `/`, `-`, and `.`as separators. For example, `DD/MM/YYYY` produces `21/04/2026`. When not set, dates are formatted using the browser's locale. +- Description: The format to use for dates in the client. Supports the tokens `DD`, `MM`, and `YYYY` with `/`, `-`, and `.` as separators. For example, `DD/MM/YYYY` produces `21/04/2026`. When not set, dates are formatted using the browser's locale. ##### KOITO_LOGIN_GATE - Default: `false` - Description: When `true`, Koito will not show any statistics unless the user is logged in.