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 42132a19604e96ec0b125a25634375880ddf332e Author: Torsten Mielke <[email protected]> AuthorDate: Fri Sep 18 10:49:26 2026 +0200 chore: camel-once - fix incorrect description in camel-once component documentation --- components/camel-once/src/main/docs/once-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-once/src/main/docs/once-component.adoc b/components/camel-once/src/main/docs/once-component.adoc index 77508717a809..9e857eb7f677 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 an event every 60 seconds: +To set up a route that generates a single event at the start of the route: [tabs] ====
