From 77dbb96091929cfbeee92f1f3a389216b6e4f6a8 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski <5299189+ricardo-martincoski@users.noreply.github.com> Date: Mon, 14 Nov 2022 03:54:48 -0300 Subject: [PATCH] fix(typo): Ket -> Key --- autoload/SpaceVim/layers/lang/typescript.vim | 6 +++--- doc/SpaceVim.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autoload/SpaceVim/layers/lang/typescript.vim b/autoload/SpaceVim/layers/lang/typescript.vim index cad79c705..3ad2b7742 100644 --- a/autoload/SpaceVim/layers/lang/typescript.vim +++ b/autoload/SpaceVim/layers/lang/typescript.vim @@ -20,7 +20,7 @@ " " The following key bindings works well in both vim and neovim. " > -" Ket binding Description +" Key binding Description " ---------------------------------------- " g D jump to type definition " SPC l d show document @@ -29,7 +29,7 @@ " < " The following key bindings only work in neovim. " > -" Ket binding Description +" Key binding Description " ---------------------------------------- " SPC l f run code fix " SPC l p preview definition @@ -41,7 +41,7 @@ " < " The following key bindings only work in vim. " > -" Ket binding Description +" Key binding Description " ---------------------------------------- " SPC l m interface implementations " < diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index fb893007b..51adbd3e6 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -5104,7 +5104,7 @@ KEY BINDINGS The following key bindings works well in both vim and neovim. > - Ket binding Description + Key binding Description ---------------------------------------- g D jump to type definition SPC l d show document @@ -5113,7 +5113,7 @@ The following key bindings works well in both vim and neovim. < The following key bindings only work in neovim. > - Ket binding Description + Key binding Description ---------------------------------------- SPC l f run code fix SPC l p preview definition @@ -5125,7 +5125,7 @@ The following key bindings only work in neovim. < The following key bindings only work in vim. > - Ket binding Description + Key binding Description ---------------------------------------- SPC l m interface implementations <