We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25418c8 commit f54d243Copy full SHA for f54d243
src/room/events.ts
@@ -34,7 +34,7 @@ export enum RoomEvent {
34
35
/**
36
* When disconnected from room. This fires when room.disconnect() is called or
37
- * when an unrecoverable connection issue had occured.
+ * when an unrecoverable connection issue had occurred.
38
*
39
* DisconnectReason can be used to determine why the participant was disconnected. Notable reasons are
40
* - DUPLICATE_IDENTITY: another client with the same identity has joined the room
0 commit comments