Skip to content

Commit 3b20622

Browse files
authored
fixed spelling of 'Ambiguous' (#1692)
1 parent 431de0a commit 3b20622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neorg/modules/core/keybinds/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ module.private = {
286286
{
287287
"<LocalLeader>ta",
288288
"<Plug>(neorg.qol.todo-items.todo.task-ambiguous)",
289-
opts = { desc = "[neorg] Mark as Ambigous" },
289+
opts = { desc = "[neorg] Mark as Ambiguous" },
290290
},
291291

292292
-- Switch the task under the cursor between a select few states

0 commit comments

Comments
 (0)