From 088f749368057f3bee8d8cba2cb19092d869aa63 Mon Sep 17 00:00:00 2001 From: Robert Baumgartner Date: Tue, 11 Jul 2023 10:35:22 +0200 Subject: [PATCH] replace typo in the head line --- docs/modules/m1/pages/inner-outer.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/m1/pages/inner-outer.adoc b/docs/modules/m1/pages/inner-outer.adoc index 0633996..9a40105 100644 --- a/docs/modules/m1/pages/inner-outer.adoc +++ b/docs/modules/m1/pages/inner-outer.adoc @@ -1,4 +1,4 @@ -# VWorkshop Overview - Inner & Outer Loop +# Workshop Overview - Inner & Outer Loop To understand the flow of the lab, let's learn a bit about the inner and outer loop of development. This is a critical part of a developer's workflow when using the various technologies in this workshop. The development cycle is typically organized in two loops, one closer to the developer's inner loop; where you code, test, and debug iteratively, and one further away, the outer loop; where your code runs inside a container image you have to build, push and deploy. @@ -40,4 +40,4 @@ image::argocd-app-details-2.png[Argo CD App Details] ## Next Steps -Great! Now that we understand the role of the inner and outer loop, we can begin to look at the OpenShift cluster we're using. This includes understanding the operators used (such as OpenShift GitOps and Dev Spaces) and the Git repositories. \ No newline at end of file +Great! Now that we understand the role of the inner and outer loop, we can begin to look at the OpenShift cluster we're using. This includes understanding the operators used (such as OpenShift GitOps and Dev Spaces) and the Git repositories.