Skip to content

Commit 24f5938

Browse files
committed
[update] name invoke => send
1 parent 5c08ed0 commit 24f5938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ promise.then(function (value) {
610610
})
611611
```
612612

613-
``promise.innvoke(name, arg1, arg2,...)``:
613+
``promise.send(name, arg1, arg2,...)``:
614614
```javascript
615615
promise.then(function (value) {
616616
return value[name].call(value, arg1, arg2, ...);

0 commit comments

Comments
 (0)