We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55a8079 + 7e8654f commit 62689f0Copy full SHA for 62689f0
src/pages/ForgotPasswordPage.tsx
@@ -43,7 +43,7 @@ export default function ForgotPasswordPage() {
43
</Box>
44
45
<Typography color="text.secondary" sx={{ mb: 2 }}>
46
- Please enter your email addres
+ Please enter your email address
47
</Typography>
48
<form onSubmit={handleSubmit}>
49
<TextField
src/pages/ResetPasswordPage.tsx
@@ -90,7 +90,7 @@ export default function ResetPasswordPage() {
90
91
92
93
- Please enter the verification code that was sent to your email addres
+ Please enter the verification code that was sent to your email address
94
95
96
0 commit comments