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

davsclaus 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 99defc7  Fixed error in doc (#6213)
99defc7 is described below

commit 99defc7730abeb699c6058ed083d159a16068978
Author: asidorka <[email protected]>
AuthorDate: Wed Oct 6 07:12:09 2021 +0300

    Fixed error in doc (#6213)
---
 docs/user-manual/modules/ROOT/pages/advice-with.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/advice-with.adoc 
b/docs/user-manual/modules/ROOT/pages/advice-with.adoc
index ba0a6c09..da9582b 100644
--- a/docs/user-manual/modules/ROOT/pages/advice-with.adoc
+++ b/docs/user-manual/modules/ROOT/pages/advice-with.adoc
@@ -30,7 +30,7 @@ the most commonly used methods:
 | weaveByToString(pattern) | Manipulates the route at the node string 
representation(output from toString method) that matches the pattern.
 | weaveByType(Class) | Manipulates the route at the node type (class name) 
that matches the pattern.
 | weaveAddFirst | Easily weaves in new nodes at the beginning of the route.
-| weaveAddLast | Easily weaves in new nodes at the beginning of the route.
+| weaveAddLast | Easily weaves in new nodes at the end of the route.
 |=======================================================================
 
 === Pattern matching

Reply via email to