Skip to content

Commit 3b84342

Browse files
authored
Merge pull request GoogleChromeLabs#486 from vegerot/patch-1
A word
2 parents cab6b24 + 1107bbf commit 3b84342

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
@@ -153,7 +153,7 @@ Comlink.transferHandlers.set("EVENT", {
153153
});
154154
```
155155

156-
Note that this particular transfer handler won’t create an actual `Event`, but just an object that has the `event.target.id` and `event.target.classList` property. Often, this enough. If not, the transfer handler can be easily augmented to provide all necessary data.
156+
Note that this particular transfer handler won’t create an actual `Event`, but just an object that has the `event.target.id` and `event.target.classList` property. Often, this is enough. If not, the transfer handler can be easily augmented to provide all necessary data.
157157

158158
### `Comlink.releaseProxy`
159159

0 commit comments

Comments
 (0)