diff --git a/sites/upsun/src/get-started/stacks/strapi/_index.md b/sites/upsun/src/get-started/stacks/strapi/_index.md index 12a803fc6d..4554447711 100644 --- a/sites/upsun/src/get-started/stacks/strapi/_index.md +++ b/sites/upsun/src/get-started/stacks/strapi/_index.md @@ -36,7 +36,6 @@ To create your Strapi app, follow these steps. ```bash {location="Terminal"} cd my-strapi-project - git init echo "\nhttp:" >> .gitignore git add . git commit -m "Init Strapi application."