From 2bab545a2cc488e484d95dd96ff402c9a1985c38 Mon Sep 17 00:00:00 2001 From: Ari <161574090+Aristosis@users.noreply.github.com> Date: Fri, 14 Aug 2026 19:13:44 +0530 Subject: [PATCH] fix(docs): fix typo in tutorial.org --- docs/tutorial.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.org b/docs/tutorial.org index b85976466..56609264c 100644 --- a/docs/tutorial.org +++ b/docs/tutorial.org @@ -210,7 +210,7 @@ org_capture_templates = { #+end_src After restarting Vim you should be able to select the =Repo= capture-template -with =r= when you initiate a capture. If you have the link to the repo in you +with =r= when you initiate a capture. If you have the link to the repo in your clipboard, it will be inserted into the link correctly. See the docs about the possible ways to [[file:./configuration.org::#org_capture_templates][configure your templates]].