Skip to content

Commit

Permalink
Update subscribe-to-newsletter-form.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MaRokas2005 authored Aug 17, 2023
1 parent f084df8 commit 130f45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/subscribe-to-newsletter-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function SubscribeToNewsletterForm() {
}

if (response.status === 422) {
toast.error("Inavlid input.")
toast.error("Invalid input.")
}

if (response.status === 429) {
Expand Down

0 comments on commit 130f45f

Please sign in to comment.