This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fd32a41ac9cff544a0fa9aeb8f627ed21b9f15d3
Author: Torsten Mielke <[email protected]>
AuthorDate: Fri Sep 18 13:45:41 2026 +0200

    chore: camel-once - fix incorrect description in camel-once component
    documentation and camel-catalog.
---
 .../resources/org/apache/camel/catalog/docs/once-component.adoc         | 2 +-
 components/camel-once/src/main/docs/once-component.adoc                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/once-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/once-component.adoc
index 77508717a809..da5b467808ba 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/once-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/once-component.adoc
@@ -40,7 +40,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Example
 
-To set up a route that generates an event every 60 seconds:
+To set up a route that generates a single event once when Camel starts:
 
 [tabs]
 ====
diff --git a/components/camel-once/src/main/docs/once-component.adoc 
b/components/camel-once/src/main/docs/once-component.adoc
index 9e857eb7f677..da5b467808ba 100644
--- a/components/camel-once/src/main/docs/once-component.adoc
+++ b/components/camel-once/src/main/docs/once-component.adoc
@@ -40,7 +40,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Example
 
-To set up a route that generates a single event at the start of the route:
+To set up a route that generates a single event once when Camel starts:
 
 [tabs]
 ====

Reply via email to