From c1e8542f744c5211bd7b77d50fe88c2627465b28 Mon Sep 17 00:00:00 2001 From: Joel Shprentz Date: Fri, 21 Mar 2025 00:59:45 +0000 Subject: [PATCH] Correct placeholder name in documentation --- .../User Guide/Advanced Usage/Advanced Showcases/Day Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md index d117ee8a9..4b3bc103f 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md +++ b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md @@ -43,7 +43,7 @@ It's possible to customize the title of generated date notes by defining a `#dat It is also possible to customize the title of generated month notes through the `#monthPattern` attribute, much like `#datePattern`. The options are: -* `{isoDate}` results in an ISO 8061 formatted month (e.g. "2025-03" for March 2025) +* `{isoMonth}` results in an ISO 8061 formatted month (e.g. "2025-03" for March 2025) * `{monthNumberPadded}` results in a number like `09` for September, and `11` for November * `{month}` results in the full month name (e.g. `September` or `October`) * `{shortMonth3}` is replaced with the first 3 letters of the month, e.g. Jan, Feb, etc.