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 924081dba53be93c8b1781ba5894afb5d8f0f8cd
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 21 09:57:26 2024 +0100

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

diff --git a/components/camel-jcr/src/main/docs/jcr-component.adoc 
b/components/camel-jcr/src/main/docs/jcr-component.adoc
index dbef5de2b6e..4f8d66397b3 100644
--- a/components/camel-jcr/src/main/docs/jcr-component.adoc
+++ b/components/camel-jcr/src/main/docs/jcr-component.adoc
@@ -15,8 +15,8 @@
 *{component-header}*
 
 The JCR component allows you to add/read nodes to/from a JCR
-compliant content repository (for example,
-http://jackrabbit.apache.org/[Apache Jackrabbit]) with its producer, or
+compliant content repository, for example,
+http://jackrabbit.apache.org/[Apache Jackrabbit], with its producer, or
 register an EventListener with the consumer.
 
 You can use consumer as an EventListener in
@@ -77,7 +77,7 @@ from("direct:a").setHeader(JcrConstants.JCR_NODE_NAME, 
constant("node"))
 ------------------------------------------------------------------------
 
 The following code will register an EventListener under the path
-import-application/inbox for Event.NODE_ADDED and Event.NODE_REMOVED
+import-application/inbox for `Event.NODE_ADDED` and `Event.NODE_REMOVED`
 events (event types 1 and 2, both masked as 3) and listening deep for
 all the children.
 

Reply via email to