From a6878015e6180532d7e5eb13266a5810742819c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0uppa?= Date: Tue, 22 Sep 2020 20:17:18 +0200 Subject: [PATCH] docs: Fix typo (#1017) * Change `commando` -> `command` Signed-off-by: mr.Shu --- doc/vimwiki.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 46ffbd6..0cb6a9e 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -2042,7 +2042,7 @@ For jumping inside a single file, you can omit the file in the link: > Table of Contents *vimwiki-toc* *vimwiki-table-of-contents* You can create a "table of contents" at the top of your wiki file. -The commando |:VimwikiTOC| creates the magic header > +The command |:VimwikiTOC| creates the magic header > = Contents = in the current file and below it a list of all the headers in this file as links, so you can directly jump to specific parts of the file.