diff --git a/src/components/views/rooms/RoomTile.js b/src/components/views/rooms/RoomTile.js index 30245f61ee..602ed4ee04 100644 --- a/src/components/views/rooms/RoomTile.js +++ b/src/components/views/rooms/RoomTile.js @@ -66,7 +66,7 @@ module.exports = React.createClass({ onAction: function(payload) { switch (payload.action) { case 'notification_change': - // Is the notificaion about this room + // Is the notification about this room? if (payload.roomId === this.props.room.roomId) { this.setState( { areNotifsMuted : payload.isMuted }); }