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 30e50d47090c31ee6a3fc62cbbdfa4a0c470afd7
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Sep 4 08:11:48 2024 +0200

    CAMEL-21040: fixed grammar, typos and other issues in the data format 
documentation
---
 docs/user-manual/modules/ROOT/pages/data-format.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/data-format.adoc 
b/docs/user-manual/modules/ROOT/pages/data-format.adoc
index 8545cb29e81..fc58293a61e 100644
--- a/docs/user-manual/modules/ROOT/pages/data-format.adoc
+++ b/docs/user-manual/modules/ROOT/pages/data-format.adoc
@@ -9,7 +9,7 @@ image::images/MessageTranslator.gif[image]
 Camel has support for message transformation using several techniques.
 One such technique is data formats, where marshal and unmarshal comes from.
 
-So in other words the xref:components:eips:marshal-eip.adoc[Marshal] and
+So in other words, the xref:components:eips:marshal-eip.adoc[Marshal] and
 xref:components:eips:unmarshal-eip.adoc[Unmarshal] EIPs
 are used data formats.
 
@@ -20,7 +20,7 @@ into a Java object; or some other representation according to 
the data format be
 == Supported data formats
 
 There are more than 40 different data formats that
-supports formats such as XML, CSV, JSon, YAML, Avro, Protobuf, and many more.
+support formats such as XML, CSV, JSON, YAML, Avro, Protobuf, and many more.
 
 == Example
 

Reply via email to