Shun Miyazawa 4 years ago
parent
commit
afbc1b08e9
1 changed files with 1 additions and 1 deletions
  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:
    *                  properties:
    *                    failedToSendEmail:
    *                    failedToSendEmail:
    *                      type: object
    *                      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) => {
   router.put('/send-invitation-email', loginRequiredStrictly, adminRequired, csrf, async(req, res) => {
     const { id } = req.body;
     const { id } = req.body;