Merge pull request #254 from okayplanet/master

fix: typo/misspelling
This commit is contained in:
Timothy
2021-10-10 23:24:01 +08:00
committed by GitHub

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
}