From f7e9507bee2612ce2d5abc46e67e5991f7912e60 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 6 Mar 2023 20:06:36 -0700 Subject: [PATCH] Fix typo (#5655) --- docs/docs/configuration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 976312250..9db217f4f 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -490,7 +490,7 @@ ui: # Options are browser, 12hour, or 24hour (default: shown below) time_format: browser # Optional: Set the date style for a specified length. - # Options are: full, long, medium, sort + # Options are: full, long, medium, short # Examples: # short: 2/11/23 # medium: Feb 11, 2023 @@ -498,7 +498,7 @@ ui: # (default: shown below). date_style: short # Optional: Set the time style for a specified length. - # Options are: full, long, medium, sort + # Options are: full, long, medium, short # Examples: # short: 8:14 PM # medium: 8:15:22 PM