chore: fix typos (#4877)

* Chore: Fix typos

* Add generated resources

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Andreas Deininger
2023-08-30 12:27:46 +02:00
committed by GitHub
parent 359bd290ba
commit a0bbc1893b
36 changed files with 52 additions and 53 deletions

View File

@@ -169,7 +169,7 @@ export default function NewsletterForm() {
email,
})
.then((e) => {
alert("Subscribed sucessfully!")
alert("Subscribed successfully!")
setEmail("")
})
.catch((e) => {