summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/api/endpoints/notifications/mark_as_read.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/notifications/mark_as_read.js b/src/api/endpoints/notifications/mark_as_read.js
index c8783c1b57..9cab3edb24 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),