From 347220e2c0394fad7a63459d256b20ff1e4292b6 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Fri, 27 Oct 2023 14:51:21 +0900 Subject: [PATCH] Fix a typo in lsp-steep (#4094) This PR fixes a typo in the following doc: https://emacs-lsp.github.io/lsp-mode/page/lsp-steep/#lsp-steep-use-bundler --- clients/lsp-steep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/lsp-steep.el b/clients/lsp-steep.el index 725470a2a6..e14490b853 100644 --- a/clients/lsp-steep.el +++ b/clients/lsp-steep.el @@ -42,7 +42,7 @@ :group 'lsp-steep) (defcustom lsp-steep-use-bundler nil - "Run Steep using Bunder." + "Run Steep using Bundler." :type 'boolean :safe #'booleanp :group 'lsp-steep)