Skip to content

Commit

Permalink
chore(doc): typos (#5264)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fannheyward authored Feb 25, 2025
1 parent 5542116 commit 2e9eefc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/coc-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Optional functions: ~
completion, the returned col must <= current cursor col.
`coc#source#{name}#on_complete(item)` Called with selected complete item
when user confirm the completion by |coc#pum#confirm()| or
|coc#_select_confirm()|. Normally used for apply nesessary edits to the
|coc#_select_confirm()|. Normally used for apply necessary edits to the
buffer.
`coc#source#{name}#on_enter(option)` Called on |BufEnter| with option
contains:
Expand Down Expand Up @@ -289,7 +289,7 @@ activated during coc.nvim initialize. Other possible events:
`"workspaceContains:**/package.json"`

Optional `contributes` property contains the meta data that contributed to
coc.nvim, inclduing:
coc.nvim, including:

• rootPatterns: The patterns to resolve |coc-workspace-folders| for
associated filetype.
Expand Down
2 changes: 1 addition & 1 deletion doc/coc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ g:coc_status_warning_sign *g:coc_status_warning_sign*
g:coc_quickfix_open_command *g:coc_quickfix_open_command*

Command used for open quickfix list. To jump fist position after
quickfix list opend, you can use:
quickfix list opened, you can use:
>
let g:coc_quickfix_open_command = 'copen|cfirst'
<
Expand Down

0 comments on commit 2e9eefc

Please sign in to comment.