Skip to content

Commit

Permalink
Fix small typo in Getting Started docs (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
NPastorale authored Mar 22, 2023
1 parent 1640c21 commit f0dc51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export GIT_REPO=https://github.com/owner/name
#### Using a Specific git Provider
You can add the `--provider` flag to the `repo bootstrap` command, to enforce using a specific provider when creating a new repository. If the value is not supplied, the code will attempt to infer it from the clone URL.

Autopilot currently supports a variaty of git providers, you should check if yours is currently supported [here](./Git-Providers.md).
Autopilot currently supports a variety of git providers, you should check if yours is currently supported [here](./Git-Providers.md).


## Bootstrap Argo-CD
Expand Down Expand Up @@ -96,4 +96,4 @@ argocd-autopilot repo uninstall
```

## Advanced Use Cases
For more advanced use-case, which includes deploying to multiple environments, you can go through this [argocd-autopilot deep dive](https://codefresh.io/about-gitops/launching-argo-cd-autopilot-opinionated-way-manage-applications-across-environments-using-gitops-scale/) blog post.
For more advanced use-case, which includes deploying to multiple environments, you can go through this [argocd-autopilot deep dive](https://codefresh.io/about-gitops/launching-argo-cd-autopilot-opinionated-way-manage-applications-across-environments-using-gitops-scale/) blog post.

0 comments on commit f0dc51a

Please sign in to comment.