diff --git a/apps/frontend/src/components/auth/forgot.tsx b/apps/frontend/src/components/auth/forgot.tsx index 92bdf40e..c24f70ab 100644 --- a/apps/frontend/src/components/auth/forgot.tsx +++ b/apps/frontend/src/components/auth/forgot.tsx @@ -53,7 +53,7 @@ export function Forgot() { label="Email" {...form.register('email')} type="email" - placeholder="Email Addres" + placeholder="Email Address" />