mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
style(typos): correct a few typos (#1776)
## Description <!-- Describe the big picture of your changes to communicate to the maintainers why we should accept this pull request. --> This PR just fixes a few typos :) `dont => don't` ## Related Issue(s) <!-- If this PR fixes any issues, please link to the issue here. - Fixes #<issue_number> --> ## Screenshots <!-- Add screenshots of the changes if applicable. -->
This commit is contained in:
parent
1159bdccd8
commit
40dab7450e
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