From cedadcc0f91b59ad8866a980955ec5d8ffd49369 Mon Sep 17 00:00:00 2001 From: Rickard Natt och Dag Date: Tue, 29 Mar 2022 02:09:28 +0200 Subject: [PATCH] docs: fix typo (#37) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e62832..6820bc53 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Prior to your first deployment, you'll need to do a few things: fly volumes create data --size 1 --app indie-stack-template-staging ``` -Now that every is set up you can commit and push your changes to your repo. Every commit to your `main` branch will trigger a deployment to your production environment, and every commit to your `dev` branch will trigger a deployment to your staging environment. +Now that everything is set up you can commit and push your changes to your repo. Every commit to your `main` branch will trigger a deployment to your production environment, and every commit to your `dev` branch will trigger a deployment to your staging environment. If you run into any issues deploying to Fly, make sure you've followed all of the steps above and if you have, then post as many details about your deployment (including your app name) to [the Fly support community](https://community.fly.io). They're normally pretty responsive over there and hopefully can help resolve any of your deployment issues and questions.