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 e20800562b59a8c0a4caeb18f986f36e044f8860
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Mon Feb 19 17:13:14 2024 +0100

    CAMEL-20410: documentation fixes for camel-jolt
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
---
 components/camel-jolt/src/main/docs/jolt-component.adoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/camel-jolt/src/main/docs/jolt-component.adoc 
b/components/camel-jolt/src/main/docs/jolt-component.adoc
index bf4b259ac3e..b61708857ca 100644
--- a/components/camel-jolt/src/main/docs/jolt-component.adoc
+++ b/components/camel-jolt/src/main/docs/jolt-component.adoc
@@ -14,7 +14,7 @@
 
 *{component-header}*
 
-The Jolt component allows you to process a JSON messages using an
+The Jolt component allows you to process a JSON messages using a
 https://github.com/bazaarvoice/jolt[JOLT] specification. This can be
 ideal when doing JSON to JSON transformation.
 
@@ -38,9 +38,9 @@ their `pom.xml` for this component:
 jolt:specName[?options]
 -----------------------
 
-Where *specName* is the classpath-local URI of the specification to
+Where `specName` is the classpath-local URI of the specification to
 invoke; or the complete URL of the remote specification
-(eg: \file://folder/myfile.vm).
+(e.g.: `\file://folder/myfile.vm`).
 
 
 // component-configure options: START
@@ -61,7 +61,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Samples
 
-For example you could use something like
+For example, you could use something like
 
 [source,java]
 --------------------------------------
@@ -69,7 +69,7 @@ from("activemq:My.Queue").
   to("jolt:com/acme/MyResponse.json");
 --------------------------------------
 
-And a file based resource:
+And a file-based resource:
 
 [source,java]
 ---------------------------------------------------------------
@@ -79,7 +79,7 @@ from("activemq:My.Queue").
 ---------------------------------------------------------------
 
 You can also specify what specification the component should use
-dynamically via a header, so for example:
+dynamically via a header, so, for example:
 
 [source,java]
 ---------------------------------------------------------------------

Reply via email to