From d9ca9c64318f755779905a06a9f3be6203c70ce3 Mon Sep 17 00:00:00 2001 From: Moshe Avni Date: Wed, 16 Jun 2021 16:27:54 +0300 Subject: [PATCH] Fix typos --- docs/commands/argocd-autopilot_repo_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/argocd-autopilot_repo_create.md b/docs/commands/argocd-autopilot_repo_create.md index b5497fd3..27667551 100644 --- a/docs/commands/argocd-autopilot_repo_create.md +++ b/docs/commands/argocd-autopilot_repo_create.md @@ -36,7 +36,7 @@ argocd-autopilot repo create [flags] -h, --help help for create --host string The git provider address (for on-premise git providers) -n, --name string The name of the repository - -o, --owner string The name of the owner or organiaion + -o, --owner string The name of the owner or organization -p, --provider string The git provider, one of: github (default "github") --public If true, will create the repository as public (default is false) ```