davsclaus commented on code in PR #9493:
URL: https://github.com/apache/camel/pull/9493#discussion_r1130774827


##########
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc:
##########
@@ -1809,32 +1809,32 @@ NOTE: These are options from the export command, so you 
can see mor details and
 
 == Configuration
 
-Camel JBang can be used to store and use user configuration so that cli 
options won't have to be specified each time, for example, in order to run a 
different camel version, instead of executing
+Camel JBang `config` command is used to store and use the user configuration. 
This eliminates the need to specify CLI options each time. For example, to run 
a different camel version, instead of executing

Review Comment:
   camel -> Camel



##########
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc:
##########
@@ -1809,32 +1809,32 @@ NOTE: These are options from the export command, so you 
can see mor details and
 
 == Configuration
 
-Camel JBang can be used to store and use user configuration so that cli 
options won't have to be specified each time, for example, in order to run a 
different camel version, instead of executing
+Camel JBang `config` command is used to store and use the user configuration. 
This eliminates the need to specify CLI options each time. For example, to run 
a different camel version, instead of executing
 
 [source,bash]
 ----
 camel run * --camel-version=3.18.4
 ----
 
-the option camel-version can be added to the user configuration like
+the camel-version can be added to the user configuration such as:
 
 [source,bash]
 ----
 camel config set camel-version=3.18.4
 ----
 
-and then, the run command will pick the user configuration
+Now, the run command picks the user configuration:
 
 [source,bash]
 ----
 camel run *
 ----
 
-The user configuration file will be stored in ~/.camel-jbang-user.properties
+The user configuration file is stored in ~/.camel-jbang-user.properties

Review Comment:
   it may be nice to put single quote around the file name so it stand out a 
bit better



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to