Skip to content

Commit cedf795

Browse files
committed
docs: fix typo
1 parent 0e234f4 commit cedf795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/lspconfig/configs/texlab.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ local function command_factory(cmd)
8181
if err then
8282
vim.notify(('Failed to clean %s files: %s'):format(cmd, err.message), vim.log.levels.ERROR)
8383
else
84-
vim.notify(('cmmand %s execute successfully'):format(cmd), vim.log.levels.INFO)
84+
vim.notify(('command %s executed successfully'):format(cmd), vim.log.levels.INFO)
8585
end
8686
end)
8787
end
@@ -90,7 +90,7 @@ local function command_factory(cmd)
9090
command = cmd_tbl[cmd],
9191
arguments = { { uri = vim.uri_from_bufnr(bufnr) } },
9292
}
93-
vim.notify(('command %s execute successfully'):format(cmd_tbl[cmd]))
93+
vim.notify(('command %s executed successfully'):format(cmd_tbl[cmd]))
9494
end
9595
end
9696

0 commit comments

Comments
 (0)