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 1b25675caa060e925d514db9e1b690e8f1d2566f
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 24 09:47:06 2024 +0100

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

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/channel-adapter.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/channel-adapter.adoc
index 91a4b50de2a..4cf89452f75 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/channel-adapter.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/channel-adapter.adoc
@@ -13,7 +13,7 @@ channel based on this data, and that likewise can receive 
messages and invoke fu
 inside the application.
 
 The Channel Adapter is implemented in Camel by components.
-Each component adapters between the systems and Camel where all details are 
hidden in the implementation
+Each component adapter between the systems and Camel where all details are 
hidden in the implementation
 of the component, which allows applications to easily send and receive data.
 
 == Example
@@ -29,7 +29,7 @@ from("kafka:cheese?brokers={{kafka.host}}:{{kafka.port}}"
     .to("bean:cheeseBean");
 ----
 
-And the bean has method which accepts the message payload as a byte array.
+And the bean has a method which accepts the message payload as a byte array.
 
 [source,java]
 ----

Reply via email to