Skip to content

Commit

Permalink
docs: fix typo (#6615)
Browse files Browse the repository at this point in the history
  • Loading branch information
lollyxsrinand authored Jun 28, 2024
1 parent 52d2799 commit 8603275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const LoginSchema = v.object({
email: v.pipe(
v.string(),
v.nonEmpty('Please enter your email.'),
v.email('he email address is badly formatted.'),
v.email('The email address is badly formatted.'),
),
password: v.pipe(
v.string(),
Expand Down

0 comments on commit 8603275

Please sign in to comment.