From 8a20a63888ea47161dd8852806629cbb74bce28a Mon Sep 17 00:00:00 2001 From: zaidansani Date: Mon, 11 Nov 2024 11:59:51 +0800 Subject: [PATCH] Fix typo --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index a91cf97e788..0b3a1b5c282 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -549,7 +549,7 @@ You can manage the appointments through different commands, which can be seen in **Notes:** -1. The date and time inputs are resolved "smartly" - meaning that certain incorrect dates will be allowed, e.g. `2025-02-29 12:00` will be parsed as `2024-02-28 12:00`. +1. The date and time inputs are resolved "smartly" - meaning that certain incorrect dates will be allowed, e.g. `2025-02-29 12:00` will be parsed as `2025-02-28 12:00`.