summaryrefslogtreecommitdiffstats
path: root/webapp/stores
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-29 10:14:34 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-29 10:14:34 -0400
commitb7a2658644e687c00f13bcad65c4b1edc1717a37 (patch)
tree3b02cbc9d15528242fecb7b2b36e33cf0159f0b3 /webapp/stores
parentbf636404d25e943d869a32d8fe145eaa57a64039 (diff)
downloadchat-b7a2658644e687c00f13bcad65c4b1edc1717a37.tar.gz
chat-b7a2658644e687c00f13bcad65c4b1edc1717a37.tar.bz2
chat-b7a2658644e687c00f13bcad65c4b1edc1717a37.zip
Spelling
Diffstat (limited to 'webapp/stores')
-rw-r--r--webapp/stores/notification_store.jsx2
1 files changed, 1 insertions, 1 deletions
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;
}