From 78a613ca8b0085135feeedfdd887b8ed7a545d1d Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 9 Jul 2023 23:09:28 +0900 Subject: [PATCH] Fix a typo in lsp-steep 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)