fix: typo/misspelling

This commit is contained in:
britt 2021-10-03 22:59:17 -05:00
parent 689390effb
commit c67b9b2ad2

View File

@ -24,7 +24,7 @@ const NewsletterForm = ({ title = 'Subscribe to the newsletter' }) => {
const { error } = await res.json()
if (error) {
setError(true)
setMessage('Your e-mail adress is invalid or you are already subscribed!')
setMessage('Your e-mail address is invalid or you are already subscribed!')
return
}