From a527fe907fd57096f9f7dc8fe0655addc2e259e5 Mon Sep 17 00:00:00 2001 From: Ren Date: Mon, 10 Nov 2025 20:06:48 +0100 Subject: [PATCH] fix(todo): correct case of included file name for ctrlF Keyboard snippet ctrlF.md was misspelled (ctrlf) --- docs/modules/todo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/todo.md b/docs/modules/todo.md index 45e0bc38..77c97c5b 100644 --- a/docs/modules/todo.md +++ b/docs/modules/todo.md @@ -142,7 +142,7 @@ todo: {% include "keyboard/ctrlD.md" %} {% set ctrlf="Move the selected item to the top of the list" %} - {% include "keyboard/ctrlf.md" %} + {% include "keyboard/ctrlF.md" %} {% set ctrlj="Move the selected item down the list" %} {% include "keyboard/ctrlJ.md" %} @@ -172,4 +172,4 @@ Examples: To view only todo items associated with a specific tag, use the `#` key and enter the tag text in the modal dialog. {% set src="todo" %} -{% include "src_path.md" %} \ No newline at end of file +{% include "src_path.md" %}