From 9dd29f869d5d7d31d5ccbe1dddf9dea9104919c5 Mon Sep 17 00:00:00 2001 From: Nahuel Pastorale Date: Wed, 22 Mar 2023 12:00:28 +0100 Subject: [PATCH] Fix small typo in Getting Started docs --- docs/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index 8916a93f..2237bc8e 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -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 @@ -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. \ No newline at end of file +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.