You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2021/11/13 01:06:48 UTC

[camel] branch camel-3.12.x updated: With inline anchor name column can be non-'a'

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

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


The following commit(s) were added to refs/heads/camel-3.12.x by this push:
     new dc562fe  With inline anchor name column can be non-'a'
dc562fe is described below

commit dc562fed7ccb4bef281f1c1f05dd8848c1c38ba3
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Nov 9 19:50:48 2021 -0800

    With inline anchor name column can be non-'a'
---
 docs/components/modules/ROOT/partials/component-endpoint-options.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/partials/component-endpoint-options.adoc b/docs/components/modules/ROOT/partials/component-endpoint-options.adoc
index ee1d455..6d2081f 100644
--- a/docs/components/modules/ROOT/partials/component-endpoint-options.adoc
+++ b/docs/components/modules/ROOT/partials/component-endpoint-options.adoc
@@ -1,6 +1,6 @@
 //component options: START
 
-:tablespec: width="100%",cols="2a,5a,^1,2",options="header"
+:tablespec: width="100%",cols="2,5a,^1,2",options="header"
 :component-option-name: util.boldLink(path[2], "component_option", value.group)
 :endpoint-path-option-name: util.boldLink(path[2], "endpoint_path_option", value.group)
 :endpoint-query-option-name: util.boldLink(path[2], "endpoint_query_option", value.group)