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 2ef23d5de04c3176581513713ff2b189291cf33e
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 21 19:26:26 2024 +0100

    CAMEL-20410: documentation fixes for camel-swift
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 components/camel-swift/src/main/docs/swiftMt-dataformat.adoc | 4 ++--
 components/camel-swift/src/main/docs/swiftMx-dataformat.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc 
b/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc
index 924c9fcd6bf..71fa4d3d32f 100644
--- a/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc
+++ b/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc
@@ -106,10 +106,10 @@ In Spring DSL:
 
 == Dependencies
 
-To use SWIFT MT in your Camel routes you need to add a dependency on
+To use SWIFT MT in your Camel routes, you need to add a dependency on
 *camel-swift* which implements this data format.
 
-If you use Maven you can just add the following to your pom.xml:
+If you use Maven, you can add the following to your pom.xml:
 
 [source,xml]
 ----
diff --git a/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc 
b/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc
index 79d9dbb6886..319ceb45b37 100644
--- a/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc
+++ b/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc
@@ -106,10 +106,10 @@ In Spring DSL:
 
 == Dependencies
 
-To use SWIFT MX in your Camel routes you need to add a dependency on
+To use SWIFT MX in your Camel routes, you need to add a dependency on
 *camel-swift* which implements this data format.
 
-If you use Maven you can just add the following to your pom.xml:
+If you use Maven, you can add the following to your pom.xml:
 
 [source,xml]
 ----

Reply via email to