You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/05/31 04:20:26 UTC

[camel] branch camel-3.20.x updated: Fix typo in bean-component.adoc (#10246)

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

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


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

commit e7b9689a19b611492979eaaf746566b98e37c1f9
Author: Phin Jensen <ph...@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.