Browse Source

fix grammer

kaori 4 năm trước cách đây
mục cha
commit
a1f5f5a940
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/app/src/server/routes/index.js

+ 1 - 1
packages/app/src/server/routes/index.js

@@ -136,7 +136,7 @@ module.exports = function(crowi, app) {
 
   app.get('/me'                       , loginRequiredStrictly , me.index);
   // external-accounts
-  // my in-app-notification
+  // my in-app-notifications
   app.get('/me/all-in-app-notifications'   , loginRequiredStrictly, allInAppNotifications.list);
   app.get('/me/external-accounts'                         , loginRequiredStrictly , me.externalAccounts.list);
   // my drafts