diff --git a/website/server/controllers/api-v3/auth.js b/website/server/controllers/api-v3/auth.js index b5933991d2..04e7e9f316 100644 --- a/website/server/controllers/api-v3/auth.js +++ b/website/server/controllers/api-v3/auth.js @@ -372,7 +372,7 @@ api.updateEmail = { }; /** - * @api {post} /api/v3/user/auth/reset-password-set-new-one Reser Password Set New one + * @api {post} /api/v3/user/auth/reset-password-set-new-one Reset Password Set New one * @apiDescription Set a new password for a user that reset theirs. Not meant for public usage. * @apiName ResetPasswordSetNewOne * @apiGroup User