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:09:24 UTC

[camel-kafka-connector] 05/08: fix queries in template

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 78400a25a8762d46a49fa3bb599d2f0fcfd976f3
Author: David Jencks <dj...@apache.org>
AuthorDate: Fri Nov 5 20:13:22 2021 -0700

    fix queries in template
---
 docs/modules/ROOT/examples/template/connector-options.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/examples/template/connector-options.adoc b/docs/modules/ROOT/examples/template/connector-options.adoc
index 84103d5..6cf8196 100644
--- a/docs/modules/ROOT/examples/template/connector-options.adoc
+++ b/docs/modules/ROOT/examples/template/connector-options.adoc
@@ -7,7 +7,7 @@
 |value.priority
 
 include::jsonpath$example$json/camel-{basename}-kafka-{type}-connector.json[query='$.connector',formats='class,artifactId,groupId,id,description', requires={requires}]]
-include::jsonpathcount$example$json/camel-{basename}-kafka-{type}-connector.json[queries='propertycount=nodes$.properties.*,convertercount=nodes$.converters.*,transformcount=nodes$.tranforms.*,aggregationstrategycount=nodes$.aggregationstrategies.*']
+include::jsonpathcount$example$json/camel-{basename}-kafka-{type}-connector.json[queries='propertycount=nodes$.properties.*,convertercount=nodes$.converters.*,transformcount=nodes$.transforms.*,aggregationstrategycount=nodes$.aggregationStrategies.*']
 
 Connector Description: {description}
 
@@ -71,6 +71,6 @@ endif::[]
 ifeval::[{aggregationstrategycount} != 0]
 The camel-{basename} {type} connector supports {aggregationstrategycount}  aggregation strategies out of the box, which are listed below.
 
-jsonpathList::example$json/camel-{basename}-kafka-{type}-connector.json['nodes$.aggregationstrategies.*','value',{requires}]
+jsonpathList::example$json/camel-{basename}-kafka-{type}-connector.json['nodes$.aggregationStrategies.*','value',{requires}]
 
 endif::[]