diff --git a/DOCS.md b/DOCS.md index eb603fd90..c0a826057 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1123,9 +1123,9 @@ Some content [[| `org` buffers have access to two abbreviations: * `:today:` - expands to today's date (example: `<2021-06-29 Tue>`) -* `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`) +* `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`) * `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`) -* `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`) +* `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`) ## Formatting Formatting is done via `gq` mapping, which uses `formatexpr` under the hood (see `:help formatexpr` for more info). diff --git a/doc/orgmode.txt b/doc/orgmode.txt index de8c478cc..43de0ca2b 100644 --- a/doc/orgmode.txt +++ b/doc/orgmode.txt @@ -1513,9 +1513,9 @@ ABBREVIATIONS *orgmode-abbreviation `org` buffers have access to two abbreviations: * `:today:` - expands to today's date (example: `<2021-06-29 Tue>`) -* `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`) +* `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`) * `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`) -* `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`) +* `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`) -------------------------------------------------------------------------------- FORMATTING *orgmode-formatting*