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
commit 858676c6e8ea79210bb0c5e5bbec84034cf5d59e Author: Omar Al-Safi <omars...@gmail.com> AuthorDate: Fri Sep 6 16:23:48 2019 +0200 Update components/camel-debezium/src/main/docs/debezium-component.adoc Co-Authored-By: Gunnar Morling <gunnar.morl...@googlemail.com> --- components/camel-debezium/src/main/docs/debezium-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-debezium/src/main/docs/debezium-component.adoc b/components/camel-debezium/src/main/docs/debezium-component.adoc index 8cd3526..2cc8cec 100644 --- a/components/camel-debezium/src/main/docs/debezium-component.adoc +++ b/components/camel-debezium/src/main/docs/debezium-component.adoc @@ -150,7 +150,7 @@ The component supports 3 options, which are listed below. | Name | Description | Default | Type | *camel.component.debezium.basic-property-binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | Boolean | *camel.component.debezium.configuration* | Allow pre-configured Configurations to be set, you will need to extend EmbeddedDebeziumConfiguration in order to create the configuration for the component. The option is a org.apache.camel.component.debezium.configuration.EmbeddedDebeziumConfiguration type. | | String -| *camel.component.debezium.enabled* | Whether to enable auto configuration of the debezium component. This is enabled by default. | | Boolean +| *camel.component.debezium.enabled* | Whether to enable auto configuration of the Debezium component. This is enabled by default. | | Boolean |=== // spring-boot-auto-configure options: END