Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 18, 2024
1 parent 5b066ab commit c4bc151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-ltex.el
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ When STORE is non-nil, this will also store the new plist in the directory
:add-on? t
:server-id 'ltex-ls
:download-server-fn
(lambda (_client _callback error-callback _update?)
(lambda (_client callback error-callback _update?)
(lsp-package-ensure 'ltex-ls (lambda (&rest _)
(lsp-ltex-install-ls)
(funcall callback))
Expand Down

0 comments on commit c4bc151

Please sign in to comment.