util: fix comment typo

This commit is contained in:
Joe Schr 2023-01-28 15:35:17 +01:00
parent a37b24764e
commit d475d11f3f

View file

@ -92,7 +92,7 @@ function M.telescope(builtin, opts)
end
end
-- FIXME: create a togglable termiminal
-- FIXME: create a togglable terminal
-- Opens a floating terminal (interactive by default)
---@param cmd? string[]|string
---@param opts? LazyCmdOptions|{interactive?:boolean}