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 a424cdef52cc45f32c4c2d34766069cd7fd2d1be
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 24 12:07:33 2024 +0100

    CAMEL-20459: documentation fixes for the custom load balancer EIP.
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 .../src/main/docs/modules/eips/pages/customLoadBalancer-eip.adoc        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/customLoadBalancer-eip.adoc
 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/customLoadBalancer-eip.adoc
index 4736dffa007..1cf4c801202 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/customLoadBalancer-eip.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/customLoadBalancer-eip.adoc
@@ -60,7 +60,7 @@ XML::
 ----
 ====
 
-To implement a custom load balancer you can extend some support classes such 
as `LoadBalancerSupport` and `SimpleLoadBalancerSupport`.
+To implement a custom load balancer, you can extend some support classes such 
as `LoadBalancerSupport` and `SimpleLoadBalancerSupport`.
 The former supports the asynchronous routing engine, and the latter does not. 
Here is an example of a custom load balancer implementation:
 
 [source,java]

Reply via email to