Skip to content

Commit f8fe2de

Browse files
committed
fix typo
1 parent 60bb02a commit f8fe2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/controllers/user.controller/authManagement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { renderResetPassword, renderEmailConfirmation } from '../../views/mail';
2121
* - Id: `UserController.resetPasswordInitiate`
2222
*
2323
* Description:
24-
* - Send an Reset Email email to the registered email account
24+
* - Send an Reset-Password email to the registered email account
2525
*/
2626
export const resetPasswordInitiate: RequestHandler<
2727
{},

0 commit comments

Comments
 (0)