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 07:49:59 UTC

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

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 09c9008  Document update (#4189)
09c9008 is described below

commit 09c9008b8d6d0e94e486929ea72332aab4c8794d
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Fri Sep 11 13:19:47 2020 +0530

    Document update (#4189)
    
    Change in key word from "paris" to "pairs" and "should of noticed" to "should have noticed"
---
 docs/user-manual/modules/ROOT/pages/dozer-type-conversion.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/dozer-type-conversion.adoc b/docs/user-manual/modules/ROOT/pages/dozer-type-conversion.adoc
index 9c27f9b..971f4f9 100644
--- a/docs/user-manual/modules/ROOT/pages/dozer-type-conversion.adoc
+++ b/docs/user-manual/modules/ROOT/pages/dozer-type-conversion.adoc
@@ -145,7 +145,7 @@ type conversion framework to be handled by the mapper.
 *Limitation*
 
 The Camel Dozer type converter does not support having the same type
-conversion paris in different mapping ids (eg map-id) in Dozer.
+conversion pairs in different mapping ids (eg map-id) in Dozer.
 ====
 
 In Java it can be configured as follows:
@@ -203,7 +203,7 @@ Or in OSGi Blueprints:
 </camelContext>
 --------------------------------------------------------------------------------------------------
 
-You should of noticed that the configuration for Spring or OSGi Blueprints
+You should have noticed that the configuration for Spring or OSGi Blueprints
 is the same, except for the 'xmlns' for the 'camelContext'.
 
 Now, where necessary, Camel will use Dozer to do conversions; in our