From e297ef8fae0a40de55170900fa4721dcceee3530 Mon Sep 17 00:00:00 2001 From: John Careaga Date: Wed, 3 May 2023 01:17:13 -0400 Subject: [PATCH] fix(docs): fix typo (#340) --- plugin/Comment.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/Comment.lua b/plugin/Comment.lua index b818c97..485b97c 100644 --- a/plugin/Comment.lua +++ b/plugin/Comment.lua @@ -4,7 +4,7 @@ local call = require('Comment.api').call ---@mod comment.keybindings Keybindings ---@brief [[ ---Comment.nvim provides default keybindings for (un)comment your code. These ----keybinds are enabled upon calling |commen.usage.setup| and can be configured +---keybinds are enabled upon calling |comment.usage.setup| and can be configured ---or disabled, if desired. --- ---Basic: ~