Skip to content

Commit b635d67

Browse files
authored
Fix typo (#4568)
1 parent 26b56ac commit b635d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-golangci-lint.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
(defgroup lsp-golangci-lint nil
3636
"Configuration options for lsp-golangci-lint."
3737
:group 'lsp-mode
38-
:link '(url-lint "https://github.com/nametake/golangci-lint-langserver")
38+
:link '(url-link "https://github.com/nametake/golangci-lint-langserver")
3939
:package-version '(lsp-mode . "9.0.0"))
4040

4141
(defcustom lsp-golangci-lint-server-path "golangci-lint-langserver"

0 commit comments

Comments
 (0)