style: fix comment typo (#243)

This commit is contained in:
Zhizhen He
2023-02-12 00:10:39 +08:00
committed by GitHub
parent 31ad893788
commit 57e92b04e2
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ function M.get_root()
end
-- this will return a function that calls telescope.
-- cwd will defautlt to lazyvim.util.get_root
-- cwd will default to lazyvim.util.get_root
-- for `files`, git_files or find_files will be chosen depending on .git
function M.telescope(builtin, opts)
local params = { builtin = builtin, opts = opts }