From f182e32e3dd5a5db301be5276442954bb2c6c48a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 18 Jul 2016 01:33:36 +0100 Subject: [PATCH] typo --- src/components/views/settings/Notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js index 7f0b575457..fb49019e41 100644 --- a/src/components/views/settings/Notifications.js +++ b/src/components/views/settings/Notifications.js @@ -24,7 +24,7 @@ var Modal = require('matrix-react-sdk/lib/Modal'); var notifications = require('../../../notifications'); -// TODO: this "view" component still has far to much application logic in it, +// TODO: this "view" component still has far too much application logic in it, // which should be factored out to other files. // TODO: this component also does a lot of direct poking into this.state, which