From 5c71be4df394433e9a7590b30842b3d00b29dad3 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com> Date: Mon, 20 May 2024 14:12:54 +0200 Subject: [PATCH] Fixing typo on Python guide (#633) Fixing type on Python guide The format does not look good with that extra space --- .../integrations/custom-functions-python.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc index ef7308941..3202135b0 100644 --- a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc +++ b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc @@ -8,7 +8,7 @@ This document describes how to integrate python scripts and functions into your == Enable Python support - To enable Python support, you must add the Python add-on dependency to your {prouct_name} module `pom.xml` file +To enable Python support, you must add the Python add-on dependency to your {product_name} module `pom.xml` file [source,xml] ---- @@ -112,4 +112,4 @@ The link:{kogito_sw_examples_url}/serverless-workflow-openvino-quarkus[Openvino] * xref:core/custom-functions-support.adoc[Custom functions for your {product_name} service] * xref:core/understanding-jq-expressions.adoc[Understanding JQ expressions] -include::../../../_common-content/report-issue.adoc[] \ No newline at end of file +include::../../../_common-content/report-issue.adoc[]