From b7a2658644e687c00f13bcad65c4b1edc1717a37 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 29 Mar 2016 10:14:34 -0400 Subject: Spelling --- webapp/stores/notification_store.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/stores/notification_store.jsx b/webapp/stores/notification_store.jsx index 70caffeb6..6722af281 100644 --- a/webapp/stores/notification_store.jsx +++ b/webapp/stores/notification_store.jsx @@ -89,7 +89,7 @@ NotificationStore.dispatchToken = AppDispatcher.register((payload) => { switch (action.type) { case ActionTypes.RECEIVED_POST: - NotificationStore.handleRecievedPost(action.post, action.webspcketMessageProps); + NotificationStore.handleRecievedPost(action.post, action.websocketMessageProps); NotificationStore.emitChange(); break; } -- cgit v1.2.3-1-g7c22