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 61bd5e2d7f8910b14c076f57beaacb35b2f8c8c6
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Feb 21 16:57:00 2024 +0100

    CAMEL-20410: documentation fixes for camel-sap-netweaver
    
    - Fixed grammar and typos
---
 .../src/main/docs/sap-netweaver-component.adoc                    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc 
b/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
index d76e93ef6c1..264f14fd9c3 100644
--- a/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
+++ b/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
@@ -43,10 +43,10 @@ 
sap-netweaver:https://host:8080/path?username=foo&password=secret
 
 == Prerequisites
 
-You would need to have an account to the SAP NetWeaver system to be able
+You would need to have an account on the SAP NetWeaver system to be able
 to leverage this component. SAP provides a
 http://scn.sap.com/docs/DOC-31221#section6[demo setup] where you can
-requires for an account.
+request an account.
 
 This component uses the basic authentication scheme for logging into SAP
 NetWeaver.
@@ -103,7 +103,7 @@ from("direct:start")
     .to("velocity:flight-info.vm")
 -----------------------------------------------------------------------------
 
-Where url, username, password and command is defined as:
+Where `url`, `username`, `password` and `command` are defined as:
 
 [source,java]
 
---------------------------------------------------------------------------------------------------------------------------------------
@@ -137,7 +137,7 @@ HTML page
 </html>
 ------------------------------------------------------------------------
 
-When running the application you get sample output:
+When running the application, you get sample output:
 
 -------------------------------
 Flight information:

Reply via email to