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 98590529191c98b4846ee29e0de547e1c509d2ac
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 17 13:48:24 2024 +0100

    CAMEL-20410: documentation fixes for camel-csimple-joor
    
    - Fixed samples
    - Converted to use tabs
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 components/camel-csimple-joor/src/main/docs/csimple-joor.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-csimple-joor/src/main/docs/csimple-joor.adoc 
b/components/camel-csimple-joor/src/main/docs/csimple-joor.adoc
index bace4b28696..f3424d9e1ad 100644
--- a/components/camel-csimple-joor/src/main/docs/csimple-joor.adoc
+++ b/components/camel-csimple-joor/src/main/docs/csimple-joor.adoc
@@ -11,10 +11,10 @@
 
 *Since Camel {since}*
 
-The csimple (compiled simple) expression language can either be source code 
generated and compiled together
+The CSimple (compiled simple) expression language can either be source code 
generated and compiled together
 with your application using the regular Java compiler. Or compiled at runtime 
using jOOR during bootstrap.
 
-This module includes the jOOR compiler for the csimple language for runtime 
compilation.
+This module includes the jOOR compiler for the CSimple language for runtime 
compilation.
 
 To use this, just include `camel-csimple-joor` in the classpath.
 
@@ -34,7 +34,7 @@ it works with exploded classpath.
 To use scripting languages in your camel routes you need to add a
 dependency on *camel-csimple-joor*.
 
-If you use Maven you could just add the following to your `pom.xml`,
+If you use Maven you could add the following to your `pom.xml`,
 substituting the version number for the latest and greatest release (see
 the download page for the latest versions).
 

Reply via email to