Skip to content

Commit

Permalink
Correct spelling resutl to result (#4711)
Browse files Browse the repository at this point in the history
./doc/coc.txt: Line: 2379 - Correct spelling resutl to result
in CocActionAsync() function documentation
  • Loading branch information
itsf4llofstars committed Jul 21, 2023
1 parent 3d14e72 commit 3dc6153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/coc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,7 @@ CocActionAsync({action}, [...{args}, [{callback}]])

When callback function exists as the last argument, the callback
function is called with `error` string as the first argument and
`resutl` as the second argument. When no callback exists, error
`result` as the second argument. When no callback exists, error
message would be echoed.

Checkout |coc-actions| for available actions.
Expand Down

0 comments on commit 3dc6153

Please sign in to comment.