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

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

commit 9086a1c5bf4e8b042159a4f2508de1ada275bf4a
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Feb 21 13:14:54 2024 +0100

    CAMEL-20410: documentation fixes for camel-ref
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 components/camel-ref/src/main/docs/ref-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-ref/src/main/docs/ref-component.adoc 
b/components/camel-ref/src/main/docs/ref-component.adoc
index 7d589e415b6..0de759fad61 100644
--- a/components/camel-ref/src/main/docs/ref-component.adoc
+++ b/components/camel-ref/src/main/docs/ref-component.adoc
@@ -82,7 +82,7 @@ context.getRegistry().bind("endpoint1", 
context.getEndpoint("direct:start"));
 context.getRegistry().bind("endpoint2", context.getEndpoint("log:end"));
 ----
 
-Use the `ref` URI scheme to refer to endpoints bond to the Camel registry:
+Use the `ref` URI scheme to refer to endpoint's bond to the Camel registry:
 [source,java]
 ----
 public class MyRefRoutes extends RouteBuilder {

Reply via email to