docs: fix adjecent typo (#1577)

This commit is contained in:
Stéphane P
2023-05-17 07:21:18 +02:00
committed by GitHub
parent 41c6027994
commit 3ac8d6cd29

View File

@@ -224,7 +224,7 @@ NOTE: `<Cmd>lua require('cmp').complete()<CR>` can be used to call these functio
`behavior=cmp.ConfirmBehavior.Insert`: inserts the selected item and
moves adjacent text to the right (default).
`behavior=cmp.ConfirmBehavior.Replace`: replaces adjecent text with
`behavior=cmp.ConfirmBehavior.Replace`: replaces adjacent text with
the selected item.
>lua
cmp.setup {