You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/11 06:53:45 UTC

[camel] branch master updated: Document update (#4185)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 185181c  Document update (#4185)
185181c is described below

commit 185181c2ebfa1bf597c9d7e3c9af51a7fb2c1f62
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Fri Sep 11 12:19:34 2020 +0530

    Document update (#4185)
    
    * Document update
    
    Changes made in the key word "bast" to "base" and "capabile" to "capable"
    
    * Document update
    
    Removal of duplicate words
---
 docs/user-manual/modules/ROOT/pages/rest-dsl.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc b/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
index 543a918..3959aee 100644
--- a/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
+++ b/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
@@ -151,7 +151,7 @@ with a slash ( / ) and the verb starts with a slash ( / ). But Apache
 Camel will take care of this and remove the duplicated slash.
 
 It is not required to use both base path and uri templates. You can omit
-the bast path and define the base path and uri template in the verbs
+the base path and define the base path and uri template in the verbs
 only. The example above can be defined as:
 
 [source,xml]
@@ -299,7 +299,7 @@ the needed data formats are included in the classpath. Notice that if
 for example `camel-jaxb` is not on the classpath, then XML binding is
 not enabled.
 
-|json |Binding to/from json is enabled, and requires a json capabile data
+|json |Binding to/from json is enabled, and requires a json capable data
 format on the classpath. By default Camel will use `json-jackson` as the
 data format. See the INFO box below for more details.
 
@@ -638,7 +638,7 @@ example to enable pretty print in the json data format.
 set. See below for the default values which are in used. If a custom
 header is set then that value takes precedence over the default value.
 
-You can set multiple options of the same level, so you can can for
+You can set multiple options of the same level, so you can for
 example configure 2 component options, and 3 endpoint options etc.