Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 committed Jul 26, 2024
1 parent b272a2c commit 058741f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blueprints/review-apps-guide.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ And that's it! Any new pull requests will trigger the creation of review apps fo

By default, review apps will be available at `https://pr-<PR number>-<repository owner>-<repository name>.fly.dev`.

The workflow described above will spin up a **single application** without other resources; if datastores, multiple Fly Apps, or other resources are required, see [Customizing your workflow](#customize-your-workflow).
The workflow described above will spin up a **single application** without other resources; if data stores, multiple Fly Apps, or other resources are required, see [Customizing your workflow](#customize-your-workflow).


For more details about each step, follow the guide below.
Expand All @@ -34,7 +34,7 @@ For more details about each step, follow the guide below.

### Set your Fly API token

Your GitHub Action will need a Fly API token in order to deploy and manage new review apps on Fly.io. You can get this token using the following [flyctl](/docs/flyctl/install/) command:
Your GitHub Action will need a Fly API token to deploy and manage new review apps on Fly.io. You can get this token using the following [flyctl](/docs/flyctl/install/) command:

```cmd
fly auth token
Expand Down Expand Up @@ -96,7 +96,7 @@ In the `deploy` step, `superfly/fly-pr-review` contains the custom Action with a

### Commit and push your workflow

Finally, commit and push your changes to your GitHub repository. Once pushed, any new PR's will spin up a review app for you to preview your code on Fly.io.
Finally, commit and push your changes to your GitHub repository. Once pushed, any new PRs will spin up a review app for you to preview your code on Fly.io.

## Customize your workflow

Expand Down

0 comments on commit 058741f

Please sign in to comment.