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 939af27fd84 CAMEL-20410: documentation fixes for camel-barcode (#13139)
939af27fd84 is described below

commit 939af27fd849a7d9442707605c9e8388ddfc727f
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Feb 16 11:15:19 2024 +0100

    CAMEL-20410: documentation fixes for camel-barcode (#13139)
    
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
---
 .../src/main/docs/barcode-dataformat.adoc           | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/components/camel-barcode/src/main/docs/barcode-dataformat.adoc 
b/components/camel-barcode/src/main/docs/barcode-dataformat.adoc
index f230e865703..c9e7464a276 100644
--- a/components/camel-barcode/src/main/docs/barcode-dataformat.adoc
+++ b/components/camel-barcode/src/main/docs/barcode-dataformat.adoc
@@ -19,10 +19,10 @@ that zxing offers.
 
 == Dependencies
 
-To use the barcode data format in your camel routes you need to add the
+To use the barcode data format in your camel routes, you need to add
 a dependency on *camel-barcode* which implements this data format.
 
-If you use maven you could just add the following to your pom.xml,
+If you use maven, you could just add the following to your pom.xml,
 substituting the version number for the latest & greatest release (see
 the download page for the latest versions).
 
@@ -43,9 +43,9 @@ include::partial$dataformat-options.adoc[]
 
 == Using the Java DSL
 
-First you have to initialize the barcode data fomat class. You can use
-the default constructor, or one of parameterized (see JavaDoc). The
-default values are:
+First, you have to initialize the barcode data format class.
+You can use the default constructor, or one of parameterized (see JavaDoc).
+The default values are:
 
 [width="100%",cols="10%,90%",options="header",]
 |=======================================================================
@@ -99,10 +99,9 @@ image::ROOT:qr-code.png[image]
 
 === Unmarshalling
 
-The unmarshaller is generic. For unmarshalling you can use any
-BarcodeDataFormat instance. If you've two instances, one for
-(generating) QR-Code and one for PDF417, it doesn't matter which one
-will be used.
+The unmarshaller is generic.
+For unmarshalling, you can use any BarcodeDataFormat instance.
+If you've two instances, one for (generating) QR-Code and one for PDF417, it 
doesn't matter which one will be used.
 
 [source,java]
 --------------------------------------------------------------------
@@ -112,8 +111,8 @@ from("file://barcode_in?noop=true")
 --------------------------------------------------------------------
 
 If you'll paste the QR-Code image above into the 'barcode_in' folder,
-you should find '`This is a testmessage!`' inside the mock. You can find
-the barcode data format as header variable:
+you should find _`This is a testmessage!`_ inside the mock.
+You can find the barcode data format as header variable:
 
 [width="100%",cols="10%,10%,80%",options="header",]
 |=======================================================================

Reply via email to