From 6371f18b3b3c33945b9f3c18949122a9026adef2 Mon Sep 17 00:00:00 2001 From: nmirasch Date: Tue, 26 Mar 2024 14:22:10 +0100 Subject: [PATCH] Update serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dominik HanĂ¡k --- .../getting-started/create-your-first-workflow-project.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc index f2b6677cf..02384d839 100644 --- a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc +++ b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc @@ -158,7 +158,7 @@ This is a build time property, it cannot be changed at runtime after your applic [[proc-deployment-phase]] == Deployment phase -At this stage we have a {product_name} Quarkus application well tested and ready to be deployed. +At this stage you have a {product_name} Quarkus application well tested and ready to be deployed. There are two basic modes that a Quarkus application can be deployed: * As an standard Java application (executable jar with libraries on the classpath)