From 3148be779297ef889a442ea46130e560593cb8c4 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Mon, 27 Feb 2017 16:48:39 +0900 Subject: [PATCH] Fix typo: notifcation -> notification --- src/api/endpoints/notifications/mark_as_read.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/endpoints/notifications/mark_as_read.js b/src/api/endpoints/notifications/mark_as_read.js index c8783c1b5..9cab3edb2 100644 --- a/src/api/endpoints/notifications/mark_as_read.js +++ b/src/api/endpoints/notifications/mark_as_read.js @@ -23,7 +23,7 @@ module.exports = (params, user) => return rej('notification is required'); } - // Get notifcation + // Get notification const notification = await Notification .findOne({ _id: new mongo.ObjectID(notificationId),