From a6fa410640241ef24a33668a9b6a0a682e77bd41 Mon Sep 17 00:00:00 2001 From: Or Bin Date: Mon, 2 Dec 2019 13:59:17 +0200 Subject: [PATCH] Removed a redundant word in introduction page --- introduction.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction.adoc b/introduction.adoc index 2144301..d0eff74 100644 --- a/introduction.adoc +++ b/introduction.adoc @@ -8,7 +8,7 @@ The overall architecture of the application that you will deploy is the followin image:{% image_path coolstore-arch.png %}[API Gateway Pattern, 400] -During the various steps of the the workshop you will use CodeReady Workspaces, an online IDE that is running on Red Hat OpenShift to write, test and deploy these services: +During the various steps of the workshop you will use CodeReady Workspaces, an online IDE that is running on Red Hat OpenShift to write, test and deploy these services: * **Catalog Service** exposes using a REST API content of a catalog stored in a relational database * **Inventory Service** exposes using a REST API the inventory stored in a relational database