Skip to content

Commit 6cbebbd

Browse files
Fix a typo (#603)
Thanks!
1 parent 6f2e390 commit 6cbebbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,9 +1123,9 @@ Some content [[|
11231123
`org` buffers have access to two abbreviations:
11241124

11251125
* `:today:` - expands to today's date (example: `<2021-06-29 Tue>`)
1126-
* `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`)
1126+
* `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`)
11271127
* `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`)
1128-
* `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)
1128+
* `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)
11291129

11301130
## Formatting
11311131
Formatting is done via `gq` mapping, which uses `formatexpr` under the hood (see `:help formatexpr` for more info).

doc/orgmode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,9 +1513,9 @@ ABBREVIATIONS *orgmode-abbreviation
15131513
`org` buffers have access to two abbreviations:
15141514

15151515
* `:today:` - expands to today's date (example: `<2021-06-29 Tue>`)
1516-
* `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`)
1516+
* `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`)
15171517
* `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`)
1518-
* `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)
1518+
* `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)
15191519

15201520
--------------------------------------------------------------------------------
15211521
FORMATTING *orgmode-formatting*

0 commit comments

Comments
 (0)