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 e4bdc3a1625240dccd25f3bf8ba6858cc7a5065d
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 17 11:52:23 2024 +0100

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

diff --git 
a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc 
b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
index 33138c4aab7..a940181c2f7 100644
--- a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
+++ b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
@@ -14,14 +14,14 @@
 
 *{component-header}*
 
-The Box component provides access to all of the Box.com APIs accessible
-using 
https://github.com/box/box-java-sdk/[https://github.com/box/box-java-sdk]. It
-allows producing messages to upload and download files, create, edit,
+The Box component provides access to all the Box.com APIs accessible
+using https://github.com/box/box-java-sdk/[Box Java SDK].
+It allows producing messages to upload and download files, create, edit,
 and manage folders, etc. It also supports APIs that allow polling for
 updates to user accounts and even changes to enterprise accounts, etc.
 
 Box.com requires the use of OAuth2.0 for all client application
-authentication. In order to use camel-box with your account, you'll need
+authentications. To use camel-box with your account, you'll need
 to create a new application within Box.com at
 https://developer.box.com/[https://developer.box.com].
 The Box application's client id and secret will allow access to Box APIs

Reply via email to