From e3d9dde4167cb703e7aed638f3d8843479660d7d Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 22 Sep 2024 14:32:58 +0200 Subject: [PATCH] Fix typo in comments in lsp-bridge-code-action.el --- lsp-bridge-code-action.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-bridge-code-action.el b/lsp-bridge-code-action.el index e90dc25eea..ec0166309b 100644 --- a/lsp-bridge-code-action.el +++ b/lsp-bridge-code-action.el @@ -126,7 +126,7 @@ Set it `nil' to improve performance." Default request all kind code-action. -You can send speical kind of code-action, parameter `action-kind' can use one of below: +You can send special kind of code-action, parameter `action-kind' can use one of below: 'quickfix' 'refactor'