Skip to content

Commit f54d243

Browse files
fix: correct typo 'occured' to 'occurred' in comment (#1809)
Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
1 parent 25418c8 commit f54d243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/room/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export enum RoomEvent {
3434

3535
/**
3636
* When disconnected from room. This fires when room.disconnect() is called or
37-
* when an unrecoverable connection issue had occured.
37+
* when an unrecoverable connection issue had occurred.
3838
*
3939
* DisconnectReason can be used to determine why the participant was disconnected. Notable reasons are
4040
* - DUPLICATE_IDENTITY: another client with the same identity has joined the room

0 commit comments

Comments
 (0)