You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2021/12/09 05:11:10 UTC

[camel] branch main updated: Update walk-through-an-example.adoc

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

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c1910cb  Update walk-through-an-example.adoc
c1910cb is described below

commit c1910cb3fb03f241d28f12080cbe830efd9c50b7
Author: Gary Liu <ji...@163.com>
AuthorDate: Wed Dec 8 18:21:56 2021 +0800

    Update walk-through-an-example.adoc
---
 docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc b/docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc
index fca6258..6ed5d8f 100644
--- a/docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc
+++ b/docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc
@@ -72,7 +72,7 @@ http://activemq.apache.org/configuring-transports.html[brokerURL] used
 to connect to ActiveMQ
 
 In normal use, an external system would be firing messages or events
-directly into Camel through one if its xref:components::index.adoc[Components]
+directly into Camel through one of its xref:components::index.adoc[Components]
 but we are going to use tha xref:producertemplate.adoc[ProducerTemplate]
 which is a really easy way for testing your
 configuration: