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:21:19 UTC

[camel] branch main 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 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 0bc0cb37403 Fix typo in bean-component.adoc (#10246)
0bc0cb37403 is described below

commit 0bc0cb3740336cee782a0539052eb5d2a0e83a72
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 2ac317d2e9c..f723cdb7950 100644
--- a/components/camel-bean/src/main/docs/bean-component.adoc
+++ b/components/camel-bean/src/main/docs/bean-component.adoc
@@ -82,7 +82,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.