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
commit 71ccef6bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}