style: fix comment typo (#1336)

This commit is contained in:
Zhizhen He authored and GitHub committed 2023-08-29 18:02:45 +02:00
1 parent 23e2b073e6
commit 64c5848fe8
1 file changed
+1 -1
+1 -1
View File
@@ -170,7 +170,7 @@ return {
require("lspconfig")[server].setup(server_opts) require("lspconfig")[server].setup(server_opts)
end end
-- get all the servers that are available thourgh mason-lspconfig -- get all the servers that are available through mason-lspconfig
local have_mason, mlsp = pcall(require, "mason-lspconfig") local have_mason, mlsp = pcall(require, "mason-lspconfig")
local all_mslp_servers = {} local all_mslp_servers = {}
if have_mason then if have_mason then