From fd81691335b1ba27b67b269b106c490de58ea6e1 Mon Sep 17 00:00:00 2001 From: Jover Date: Tue, 26 Aug 2025 09:46:00 +0800 Subject: [PATCH] Fix typo in camel.html --- springboot/src/main/resources/templates/camel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot/src/main/resources/templates/camel.html b/springboot/src/main/resources/templates/camel.html index 4c099ca50..de964ca3c 100644 --- a/springboot/src/main/resources/templates/camel.html +++ b/springboot/src/main/resources/templates/camel.html @@ -16,7 +16,7 @@
This sample shows how to start Workflow execution from an Apache Camel Route advantages of Temporal such as high reliability and fault tolerance into your existing Camel applications.

To run the sample navigate to localhost:3030/orders -
This endpoint starts a Camel Route which in turn starts our Workflow executipn and delivers results. +
This endpoint starts a Camel Route which in turn starts our Workflow execution and delivers results.