From c77aaab880d71d9fbfbe274aa8a8322f43e5eda2 Mon Sep 17 00:00:00 2001 From: Wim Fournier Date: Sat, 22 Apr 2023 14:45:01 +0200 Subject: [PATCH] fix a typo Signed-off-by: Wim Fournier --- docs/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index eed36b68..b3c221ea 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -56,7 +56,7 @@ Your initial Argo CD should have the following applications: * `autopilot-bootstrap` - References the `bootstrap` directory in the GitOps repository, and manages the other 2 applications * `argo-cd` - References the `bootstrap/argo-cd` folder, and manages the Argo CD deployment itself (including Argo CD ApplicationSet) -* `root` - References the `projects` directiry in the repo. The folder contains only an empty `DUMMY` file after the bootstrap command, so no projects will be created +* `root` - References the `projects` directory in the repo. The folder contains only an empty `DUMMY` file after the bootstrap command, so no projects will be created ![Step 1](assets/getting_started_1.png)