Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 11, 2020
1 parent ab5e2e3 commit a4f0900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ e.emit('receive', 'hello!'); // source emitter sends data
sub.cancel(); // cancel subscription when no longer needed
```

To handle multi-argument events, use `fromEmitterArgs` instead, as it can accept
For multi-argument events, use `fromEmitterArgs` instead, as it can accept
an optional tuple type for the list of event arguments:

```ts
Expand Down

0 comments on commit a4f0900

Please sign in to comment.