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 6c04c0d78feb02eaa527586fbebd79a4cc7b075d
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 21 19:14:24 2024 +0100

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

diff --git a/components/camel-ssh/src/main/docs/ssh-component.adoc 
b/components/camel-ssh/src/main/docs/ssh-component.adoc
index 7edd39c3aea..113bd974c8a 100644
--- a/components/camel-ssh/src/main/docs/ssh-component.adoc
+++ b/components/camel-ssh/src/main/docs/ssh-component.adoc
@@ -15,7 +15,7 @@
 *{component-header}*
 
 The SSH component enables access to SSH servers such that you can send
-an SSH command, and process the response.
+an SSH command and process the response.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
@@ -87,7 +87,7 @@ set, and if so, use it to locate the referenced Public Key 
certificate
 and use that for authentication.
 2.  If `certResource` is not set, it will look to see if a
 `keyPairProvider` has been set, and if so, it will use that for
-certificate based authentication.
+certificate-based authentication.
 3.  If neither `certResource` nor `keyPairProvider` are set, it will use
 the `username` and `password` options for authentication. Even though the 
`username` 
 and `password` are provided in the endpoint configuration and headers set with 
@@ -123,7 +123,8 @@ An example of using Public Key authentication is provided in
 == Certificate Dependencies
 
 You will need to add some additional runtime dependencies if you use
-certificate based authentication. You may need to use later versions depending 
what version
+certificate-based authentication.
+You may need to use later versions depending on what version
 of Camel you are using.
 
 The component uses `sshd-core` library which is based on either `bouncycastle` 
or `eddsa` security providers. `camel-ssh` is picking explicitly `bouncycastle` 
as security provider.

Reply via email to