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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 9b50b490202 Fix typo in bean-component.adoc (#10246)
9b50b490202 is described below

commit 9b50b490202ceee7c1773626724e73b7f15b9ffa
Author: Phin Jensen <p...@zayda.net>
AuthorDate: Tue May 30 22:20:19 2023 -0600

    Fix typo in bean-component.adoc (#10246)
---
 components/camel-bean/src/main/docs/bean-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-bean/src/main/docs/bean-component.adoc 
b/components/camel-bean/src/main/docs/bean-component.adoc
index 76c7c68a00f..cddba4a5d0e 100644
--- a/components/camel-bean/src/main/docs/bean-component.adoc
+++ b/components/camel-bean/src/main/docs/bean-component.adoc
@@ -81,7 +81,7 @@ And in XML DSL:
 ----------------------------
 
 What happens is that when the exchange is routed to the MyBean, then Camel
-will use the Bean Binding to invoke the bean, in this case the _saySomethinh_ 
method,
+will use the Bean Binding to invoke the bean, in this case the _saySomething_ 
method,
 by converting the `Exchange` in body to the `String`
 type and storing the output of the method back to the Exchange again.
 

Reply via email to