Skip to content

Commit ccd34fa

Browse files
committed
refactor: typos
1 parent 29b1676 commit ccd34fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ test_file: deps/mini.nvim
1111
# deps/mini.nvim:
1212
# @mkdir deps
1313
# git clone --filter=blob:none https://github.com/echasnovski/mini.nvim deps/mini.nvim
14-
# git clone https://github.com/jbyuki/one-small-step-for-vimkind dpes/osv
14+
# git clone https://github.com/jbyuki/one-small-step-for-vimkind deps/osv

lua/copilot/util.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function M.get_doc()
7777
return doc
7878
end
7979

80-
-- Used by copilot.cmp to watch out if moving it
80+
-- Used by copilot.cmp so watch out if moving it
8181
function M.get_doc_params(overrides)
8282
overrides = overrides or {}
8383

0 commit comments

Comments
 (0)