This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 1e9355fd32f2c95e29dbd48082e0dbef35ae2b45
Author: David Jencks <djen...@apache.org>
AuthorDate: Tue Nov 9 05:59:18 2021 -0800

    Table Name cell no longer needs to be 'a'
---
 docs/modules/ROOT/examples/template/connector-options.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/examples/template/connector-options.adoc 
b/docs/modules/ROOT/examples/template/connector-options.adoc
index 6cf8196..a99de2c 100644
--- a/docs/modules/ROOT/examples/template/connector-options.adoc
+++ b/docs/modules/ROOT/examples/template/connector-options.adoc
@@ -36,7 +36,7 @@ endif::[]
 ifeval::[{propertycount} != 0]
 The camel-{basename} {type} connector supports {propertycount} options, which 
are listed below.
 
-[width="100%",cols="2a,5a,^1,1",options="header"]
+[width="100%",cols="2,5a,^1,1",options="header"]
 |===
 | Name | Description | Default | Priority
 |===

Reply via email to