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 b515c463d7ad1a2b1c509917ccf217d529a4dc3a
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 17 12:28:41 2024 +0100

    CAMEL-20410: documentation fixes for camel-coap
    
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 components/camel-coap/src/main/docs/coap-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-coap/src/main/docs/coap-component.adoc 
b/components/camel-coap/src/main/docs/coap-component.adoc
index e0f421aa20e..00a386750f0 100644
--- a/components/camel-coap/src/main/docs/coap-component.adoc
+++ b/components/camel-coap/src/main/docs/coap-component.adoc
@@ -17,7 +17,7 @@
 Camel-CoAP is an http://camel.apache.org/[Apache Camel] component that
 allows you to work with CoAP, a lightweight REST-type protocol for 
machine-to-machine operation. 
 http://coap.technology/[CoAP], Constrained Application Protocol is a 
specialized web transfer protocol 
-for use with constrained nodes and constrained networks and it is based on RFC 
7252.
+for use with constrained nodes and constrained networks, and it is based on 
RFC 7252.
 
 Camel supports the DTLS, TCP and TLS protocols via the following URI schemes:
 
@@ -32,7 +32,7 @@ Camel supports the DTLS, TCP and TLS protocols via the 
following URI schemes:
 
 There are a number of different configuration options to configure TLS. For 
both DTLS (the "coaps" uri scheme)
 and TCP + TLS (the "coaps+tcp" uri scheme), it is possible to use a 
"sslContextParameters" parameter, from 
-which the camel-coap component will extract the required truststore / 
keystores etc to set up TLS. In addition,
+which the camel-coap component will extract the required truststore / 
keystores etc. to set up TLS. In addition,
 the DTLS protocol supports two alternative configuration mechanisms. To use a 
pre-shared key, configure a 
 pskStore, and to work with raw public keys, configure privateKey + publicKey 
objects.
 

Reply via email to