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-k.git
The following commit(s) were added to refs/heads/master by this push: new c85f3f3 Fixed doc warning c85f3f3 is described below commit c85f3f3e9c9bd1fe2bb83019b9490ffea9ba2e33 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Sep 12 09:37:26 2020 +0200 Fixed doc warning --- docs/modules/ROOT/pages/kamelets/kamelets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/kamelets/kamelets.adoc b/docs/modules/ROOT/pages/kamelets/kamelets.adoc index 37602c4..0961c54 100644 --- a/docs/modules/ROOT/pages/kamelets/kamelets.adoc +++ b/docs/modules/ROOT/pages/kamelets/kamelets.adoc @@ -276,7 +276,7 @@ spec: name: messages ---- <1> Reference to the source that provides data -<1> Reference to the sink where data should be sent to +<2> Reference to the sink where data should be sent to This binding takes the `telegram-text-source` Kamelet, configures it using specific properties ("botToken") and makes sure that messages produced by the Kamelet are forwarded to the Knative **InMemoryChannel** named "messages".