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 13:27:46 +03:00
committed by GitHub
co-authored by Shahed Nasser
parent 359bd290ba
commit a0bbc1893b
36 changed files with 52 additions and 53 deletions
@@ -42,7 +42,7 @@ Change the `start` script in `package.json` to the following:
"start": "npm run build && medusa migrations run && medusa start"
```
This ensures that Migrations are run everytime the Medusa backend is restarted.
This ensures that Migrations are run every time the Medusa backend is restarted.
---