From 1eec13571d9569618ba415aea248508cadcc6c97 Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Fri, 15 Nov 2024 09:53:28 +0100 Subject: [PATCH] Code review suggestions --- .../cloud/operator/configuring-workflow-eventing-system.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/configuring-workflow-eventing-system.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/configuring-workflow-eventing-system.adoc index 8757fc505..30076c140 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/configuring-workflow-eventing-system.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/configuring-workflow-eventing-system.adoc @@ -199,7 +199,7 @@ To configure the eventing system for a workflow, the {operator_name} use the fol The linking of the workflow with the eventing system is produced by using Knative Eventing SinkBindings and Triggers. These objects are automatically created by the {operator_name}, and facilitate workflow events production and consumption. -The following example shows the Knative Native eventing objects created for an `example-workflow` that was configured with a platform-scoped eventing system. +The following example shows the Knative Eventing objects created for an `example-workflow` configured with a platform-scoped eventing system. .Platform-scoped eventing system configuration example [source,yaml]