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 44a0a3f060ff55af2fb75ad2263484d5dc36c4aa
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 17 09:29:29 2024 +0100

    CAMEL-20410: documentation fixes for camel-platform-http-main
    
    - Fixed samples
    - Converted to use tabs
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 .../src/main/docs/platform-http-main.adoc                         | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-platform-http-main/src/main/docs/platform-http-main.adoc 
b/components/camel-platform-http-main/src/main/docs/platform-http-main.adoc
index 71f723ae80a..e99e970bf95 100644
--- a/components/camel-platform-http-main/src/main/docs/platform-http-main.adoc
+++ b/components/camel-platform-http-main/src/main/docs/platform-http-main.adoc
@@ -15,13 +15,13 @@ The embedded HTTP server is using VertX from the 
`camel-platform-http-vertx` dep
 
 == Enabling
 
-The HTTP server for `camel-main` (is default disabled), and you need to 
explicit enable this
+The HTTP server for `camel-main` is disabled by default, and you need to 
explicitly enable this
 by setting `camel.server.enabled=true` in application.properties.
 
-== Auto detection from classpath
+== Auto-detection from classpath
 
-To use this implementation all you need to do is to add the 
`camel-platform-http-main` dependency to the classpath,
-and the platform http component should auto-detect this.
+To use this implementation all you need to do is to add the 
`camel-platform-http-main` dependency to the classpath.
+Then, the platform http component should auto-detect this.
 
 == See More
 

Reply via email to