diff --git a/lib/models/room.js b/lib/models/room.js index 52f6ca403..262ef8ace 100644 --- a/lib/models/room.js +++ b/lib/models/room.js @@ -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. */