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 a59ce9ff708c732ac9c329e1746ef67d30f42940
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 21 08:11:59 2024 +0100

    CAMEL-20410: documentation fixes for camel-iec60870
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 .../src/main/docs/iec60870-client-component.adoc     | 20 ++++++++++----------
 .../src/main/docs/iec60870-server-component.adoc     |  6 +++---
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/components/camel-iec60870/src/main/docs/iec60870-client-component.adoc 
b/components/camel-iec60870/src/main/docs/iec60870-client-component.adoc
index 38f1194f219..ce426b634e4 100644
--- a/components/camel-iec60870/src/main/docs/iec60870-client-component.adoc
+++ b/components/camel-iec60870/src/main/docs/iec60870-client-component.adoc
@@ -39,12 +39,12 @@ The URI syntax of the endpoint is:
 iec60870-client:host:port/00-01-02-03-04
 ----
 
-The information object address is encoded in the path in the syntax shows 
above. Please
-note that always the full, 5 octet address format is being used. Unused octets 
have to be filled
-with zero.
+The information object address is encoded in the path in the syntax above.
+Please note that always the full, 5-octet address format is being used.
+Unused octets have to be filled with zero.
 
-A connection instance if identified by the host and port part of the URI, plus 
all parameters in the "id" group.
-If a new connection id is encountered the connection options will be evaluated 
and the connection instance
+A connection instance if identified by the host and port part of the URI, plus 
all parameters in the _"id"_ group.
+If a new connection id is encountered, the connection options will be 
evaluated and the connection instance
 is created with those options.
 
 [NOTE]
@@ -53,11 +53,11 @@ undefined which of those connection options will be used.
 
 The final connection options will be evaluated in the following order:
 
-* If present, the +connectionOptions+ parameter will be used
-* Otherwise the +defaultConnectionOptions+ instance is copied and customized 
in the following steps
-* Apply +protocolOptions+ if present
-* Apply +dataModuleOptions+ if present
-* Apply all explicit connection parameters (e.g. +timeZone+)
+* If present, the `connectionOptions` parameter will be used
+* Otherwise, the `defaultConnectionOptions` instance is copied and customized 
in the following steps
+* Apply `protocolOptions` if present
+* Apply `dataModuleOptions` if present
+* Apply all explicit connection parameters (e.g. `timeZone`)
 
 // component-configure options: START
 
diff --git 
a/components/camel-iec60870/src/main/docs/iec60870-server-component.adoc 
b/components/camel-iec60870/src/main/docs/iec60870-server-component.adoc
index 286cf356df3..778ed79ff79 100644
--- a/components/camel-iec60870/src/main/docs/iec60870-server-component.adoc
+++ b/components/camel-iec60870/src/main/docs/iec60870-server-component.adoc
@@ -39,9 +39,9 @@ The URI syntax of the endpoint is:
 iec60870-server:host:port/00-01-02-03-04
 ----
 
-The information object address is encoded in the path in the syntax shows 
above. Please
-note that always the full, 5 octet address format is being used. Unused octets 
have to be filled
-with zero.
+The information object address is encoded in the path in the syntax above.
+Please note that always the full, 5-octet address format is being used.
+Unused octets have to be filled with zero.
 
 // component-configure options: START
 

Reply via email to