Skip to content

Commit 1fe5df3

Browse files
authored
Fix typo (#342)
1 parent 3c54ceb commit 1fe5df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/objects/help.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local helps = {
1010
},
1111
{
1212
key = 'org_timestamp_down',
13-
description = 'Decerase date part under cursor (year/month/day/hour/minute/repeater/active|inactive)',
13+
description = 'Decrease date part under cursor (year/month/day/hour/minute/repeater/active|inactive)',
1414
},
1515
{ key = 'org_timestamp_up_day', description = 'Increase date under cursor by 1 day' },
1616
{ key = 'org_timestamp_down_day', description = 'Decrease date under cursor by 1 day' },

0 commit comments

Comments
 (0)