Corrected comment typo

pull/21833/head
wmwragg 2016-08-03 14:47:53 +01:00
parent 8e19532e5a
commit c1cfbd6b59
1 changed files with 1 additions and 1 deletions

View File

@ -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 });
}