Skip to content

Commit 5719b33

Browse files
committed
typo identified in code review
1 parent 8654cbe commit 5719b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/ref/PrivateChannel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ Adds a listener that will be called whenever the remote app invokes `Listener.un
188188
onDisconnect(handler: () => void): Listener;
189189
```
190190

191-
Deprecated in favour of the aysnc `addEventListener("disconnect", handler)` function.
191+
Deprecated in favour of the async `addEventListener("disconnect", handler)` function.
192192

193193
Adds a listener that will be called when the remote app terminates, for example when its window is closed or because disconnect was called.

0 commit comments

Comments
 (0)