This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 0555a4c Regen for commit 002a4b00a633fbbe73c07cd35da3bec85cbab885 0555a4c is described below commit 0555a4c6daaa5c05570290af01ad6421c92f8f2c Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Wed Sep 30 17:40:27 2020 +0000 Regen for commit 002a4b00a633fbbe73c07cd35da3bec85cbab885 Signed-off-by: GitHub <nore...@github.com> --- docs/components/modules/others/pages/main.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/others/pages/main.adoc b/docs/components/modules/others/pages/main.adoc index e7e7d8f..94366ed 100644 --- a/docs/components/modules/others/pages/main.adoc +++ b/docs/components/modules/others/pages/main.adoc @@ -256,7 +256,7 @@ camel.component.sql.dataSource = #bean:myDS === Creating a custom bean with constructor parameters When creating a bean then parameters to the constructor can be provided. -Suppose we have a class `MyFoo` with a constructur: +Suppose we have a class `MyFoo` with a constructor: [source,java] ----