Shun Miyazawa 4 лет назад
Родитель
Сommit
afbc1b08e9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/server/routes/apiv3/users.js

+ 1 - 1
src/server/routes/apiv3/users.js

@@ -843,7 +843,7 @@ module.exports = (crowi) => {
    *                  properties:
    *                    failedToSendEmail:
    *                      type: object
-   *                      description: email and easons for email sending failure
+   *                      description: email and reasons for email sending failure
    */
   router.put('/send-invitation-email', loginRequiredStrictly, adminRequired, csrf, async(req, res) => {
     const { id } = req.body;