mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
docs(setup): correct a few typos
This commit is contained in:
parent
1159bdccd8
commit
3bf6a24f2c
2 changed files with 2 additions and 2 deletions
|
@ -335,7 +335,7 @@ M.checkout = {
|
|||
end
|
||||
end
|
||||
|
||||
-- dont run checkout if target is already reached.
|
||||
-- don't run checkout if target is already reached.
|
||||
-- unless we just cloned, since then we won't have any data yet
|
||||
if Git.eq(info, target) and info.branch == target.branch then
|
||||
self.plugin._.updated = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue