1
0
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:
Matthew Hodgson
2016-05-17 21:45:17 +01:00
parent 0757a1dd1c
commit fb388f5d2d

View File

@@ -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.
*/