You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
fix typoes
This commit is contained in:
@@ -1477,14 +1477,14 @@ module.exports = Room;
|
||||
*/
|
||||
|
||||
/**
|
||||
* Fires wheneer the live timeline in a room is reset.
|
||||
* Fires whenever the live timeline in a room is reset.
|
||||
*
|
||||
* When we get a 'limited' sync (for example, after a network outage), we reset
|
||||
* the live timeline to be empty before adding the recent events to the new
|
||||
* timeline. This event is fired after the timeline is reset, and before the
|
||||
* new events are added.
|
||||
*
|
||||
* @event module:clinet~MatrixClient#"Room.timelineReset"
|
||||
* @event module:client~MatrixClient#"Room.timelineReset"
|
||||
* @param {Room} room The room whose live timeline was reset.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user