doc: spelling (#2070)

This commit is contained in:
Zhizhen He
2023-03-21 13:39:45 +08:00
committed by GitHub
parent a50723e35f
commit aa9971768a
4 changed files with 7 additions and 7 deletions

View File

@@ -88,8 +88,8 @@ local function get_links()
end
function M.setup()
local higlight_groups = get_hl_groups()
for k, d in pairs(higlight_groups) do
local highlight_groups = get_hl_groups()
for k, d in pairs(highlight_groups) do
local gui = d.gui and " gui=" .. d.gui or ""
local fg = d.fg and " guifg=" .. d.fg or ""
local bg = d.bg and " guibg=" .. d.bg or ""