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 03fa3a84d5bd9df02a194fa1f8cd369b377eb2c9
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 17 12:11:30 2024 +0100

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

diff --git a/components/camel-browse/src/main/docs/browse-component.adoc 
b/components/camel-browse/src/main/docs/browse-component.adoc
index 74375a20f77..6ad6502c6ec 100644
--- a/components/camel-browse/src/main/docs/browse-component.adoc
+++ b/components/camel-browse/src/main/docs/browse-component.adoc
@@ -15,18 +15,16 @@
 
 *{component-header}*
 
-The Browse component provides a simple
-BrowsableEndpoint which can be useful for
-testing, visualisation tools or debugging. The exchanges sent to the
-endpoint are all available to be browsed.
+The Browse component provides a simple BrowsableEndpoint which can be useful 
for testing, visualization tools or debugging.
+The exchanges sent to the endpoint are all available to be browsed.
 
 == URI format
 
 -------------------------
-browse:someName[?options]
+browse:someId[?options]
 -------------------------
 
-Where *someName* can be any string to uniquely identify the endpoint.
+Where _someId_ can be any string to uniquely identify the endpoint.
 
 
 // component-configure options: START

Reply via email to