This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 5c3d6e0abede34612c983679e1b2fb81bdeb9b77 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Apr 28 14:20:08 2021 +0200 Cron Source Kamelet better description in properties --- docs/modules/ROOT/pages/cron-source.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/cron-source.adoc b/docs/modules/ROOT/pages/cron-source.adoc index 7c491ed..7d9010b 100644 --- a/docs/modules/ROOT/pages/cron-source.adoc +++ b/docs/modules/ROOT/pages/cron-source.adoc @@ -12,7 +12,7 @@ The following table summarizes the configuration options available for the `cron |=== | Property| Name| Description| Type| Default| Example | *message {empty}* *| Message| The message to generate| string| | `"hello world"` -| *schedule {empty}* *| Cron Schedule| A cron expression that will be used to generate events| string| | `"0/3 10 * * * ?"` +| *schedule {empty}* *| Cron Schedule| A cron expression that will be used to trigger events generations| string| | `"0/3 10 * * * ?"` |=== NOTE: Fields marked with ({empty}*) are mandatory.
