From f38daf087ceff1a755de2212a0001adca0d700fe Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 24 Jul 2024 12:58:58 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Tweak=20Comment=20Wording?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Minor adjustment to wording of comments --- lua/config/spellcheck.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/spellcheck.lua b/lua/config/spellcheck.lua index 75c739c..0e9210a 100644 --- a/lua/config/spellcheck.lua +++ b/lua/config/spellcheck.lua @@ -2,7 +2,7 @@ -- ------------------------------- SpellCheck ---------------------------------- -- ----------------------------------------------------------------------------- --- Define dictionary corrections +-- Define dictionary autocorrections vim.keymap.set("ia", "teh", "the") vim.keymap.set("ia", "accomodate", "accommodate") vim.keymap.set("ia", "acommodate", "accommodate")