From 9ac657ebbc0e32bf9cbcc40cb370f3893fadcabe Mon Sep 17 00:00:00 2001 From: NiJia Lin Date: Fri, 25 Aug 2023 03:55:55 +0800 Subject: [PATCH] fix typo (#10207) --- topics/argo/exercises/app_creation/exercise.md | 2 +- topics/argo/exercises/app_creation/solution.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/argo/exercises/app_creation/exercise.md b/topics/argo/exercises/app_creation/exercise.md index 0da0f66..88ee791 100644 --- a/topics/argo/exercises/app_creation/exercise.md +++ b/topics/argo/exercises/app_creation/exercise.md @@ -7,7 +7,7 @@ ## Objectives -1. Using the CLI or the UI, create a a new application with the following properties: +1. Using the CLI or the UI, create a new application with the following properties: 1. app name: app-demo 2. project: app-project 3. repository URL: your repo with some k8s manifests diff --git a/topics/argo/exercises/app_creation/solution.md b/topics/argo/exercises/app_creation/solution.md index 065f766..43cb09c 100644 --- a/topics/argo/exercises/app_creation/solution.md +++ b/topics/argo/exercises/app_creation/solution.md @@ -7,7 +7,7 @@ ## Objectives -1. Using the CLI or the UI, create a a new application with the following properties: +1. Using the CLI or the UI, create a new application with the following properties: 1. app name: app-demo 2. project: app-project 3. repository URL: your repo with some k8s manifests