We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8654cbe commit 5719b33Copy full SHA for 5719b33
1 file changed
docs/api/ref/PrivateChannel.md
@@ -188,6 +188,6 @@ Adds a listener that will be called whenever the remote app invokes `Listener.un
188
onDisconnect(handler: () => void): Listener;
189
```
190
191
-Deprecated in favour of the aysnc `addEventListener("disconnect", handler)` function.
+Deprecated in favour of the async `addEventListener("disconnect", handler)` function.
192
193
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