You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2020/09/07 18:46:50 UTC

[camel] branch master updated: Fix some typos in the 3.1 upgrade guide.

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

pascalschumacher 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 a523b0b  Fix some typos in the 3.1 upgrade guide.
a523b0b is described below

commit a523b0bb58019a491a7ea5f0cf0d64ae200cf571
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Sep 7 20:46:31 2020 +0200

    Fix some typos in the 3.1 upgrade guide.
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc
index 2f051be..5f417b5 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc
@@ -375,7 +375,7 @@ The `Exchange.CREATED_TIMESTAMP` is no longer stored as exchange property, but y
 The return value of `isExternalRedelivered` was changed from `Boolean` to `boolean`.
 
 Some of the advanced and API for component developers on `Exchange` has been moved to an extended interface `ExtendedExchange`.
-The following methods has been moved:
+The following methods have been moved:
 
 - setFromEndpoint
 - setFromRouteId
@@ -399,7 +399,7 @@ A few Camel components do provide their own message IDs such as the JMS componen
 
 ==== UnitOfWork
 
-For advanced Camel users whom implement custom `UnitOfWork` should implement the new `isBeforeAfterProcess()' method and return true of false,
+Advanced Camel users whom implement a custom `UnitOfWork` should implement the new `isBeforeAfterProcess()' method and return true or false,
 whether Camel should invoke the before and after processor methods.
 
 The method `getId` has been removed.
@@ -505,7 +505,7 @@ Some unused methods have been removed from `CamelContext` which were not part of
 
 ==== Internal API changes
 
-Remove the method `getProcessors` from `Pipeline` as you should use the `next` method instead to access a read-only view of the processors.
+Removed the method `getProcessors` from `Pipeline` as you should use the `next` method instead to access a read-only view of the processors.
 
 ==== @Experimental