Skip to content

Commit

Permalink
Fix a typo in lsp-steep (#4094)
Browse files Browse the repository at this point in the history
  • Loading branch information
koic authored Oct 27, 2023
1 parent dbcc37f commit 347220e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-steep.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 347220e

Please sign in to comment.