diff --git a/doc/coc.txt b/doc/coc.txt index 5ebaf32f0a3..c5ef2ab0617 100644 --- a/doc/coc.txt +++ b/doc/coc.txt @@ -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.