Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
afbc1b08e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;