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 c67a9aebf60f0c91a4829766269f899105bf0763
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 24 11:57:13 2024 +0100

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

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/convertBodyTo-eip.adoc
 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/convertBodyTo-eip.adoc
index d6ea084576f..13f0ae43b35 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/convertBodyTo-eip.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/convertBodyTo-eip.adoc
@@ -12,7 +12,7 @@ The ConvertBodyTo EIP allows you to transform the message 
body to a different ty
 include::partial$eip-options.adoc[]
 // eip options: END
 
-NOTE: The type is a FQN classname (fully qualified), so for example 
`java.lang.String`, `com.foo.MyBean` etc.
+NOTE: The type is a FQN class name (fully qualified), so for example 
`java.lang.String`, `com.foo.MyBean` etc.
 However, Camel has shorthand for common Java types, most noticeable `String` 
can be used instead of `java.lang.String`.
 You can also use `byte[]` for a byte array.
 

Reply via email to