Skip to content

Commit

Permalink
Fix typo (#4568)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Sep 30, 2024
1 parent 26b56ac commit b635d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-golangci-lint.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(defgroup lsp-golangci-lint nil
"Configuration options for lsp-golangci-lint."
:group 'lsp-mode
:link '(url-lint "https://github.com/nametake/golangci-lint-langserver")
:link '(url-link "https://github.com/nametake/golangci-lint-langserver")
:package-version '(lsp-mode . "9.0.0"))

(defcustom lsp-golangci-lint-server-path "golangci-lint-langserver"
Expand Down

0 comments on commit b635d67

Please sign in to comment.