From ab1f9460af9952d19b20d1c48370ab0ccf2cedfd Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 17 May 2024 19:10:53 +0200 Subject: [PATCH] docs/configuration.md: minor fix --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 697db3e..3bb8571 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -107,7 +107,7 @@ Go uses a different approach then other languages. usually you can format a date | ------------ | ------------------------------------------- | ---------------- | | **Date** | - | - | | `2006` | Full year | 2018,1989 | -| `06` | 2-digit | 18, 89 | +| `06` | 2-digit year | 18, 89 | | `Jan` | Three letter word of month | Oct, Jun | | `January` | Full name of month | April, September | | `2` | Day in month without leading zero | 1 to 31 |