This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8e082cd8bc355ca1d7e7c49a93862a914798047e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Sep 30 18:26:56 2020 +0200 Fixed typo --- core/camel-main/src/main/docs/main.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-main/src/main/docs/main.adoc b/core/camel-main/src/main/docs/main.adoc index a2413e9..24d5ac0 100644 --- a/core/camel-main/src/main/docs/main.adoc +++ b/core/camel-main/src/main/docs/main.adoc @@ -254,7 +254,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] ----