style: fix comment typo (#145)

This commit is contained in:
TheJoeSchr 2023-01-28 15:42:29 +01:00 committed by GitHub
parent a37b24764e
commit 40f73a2c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}