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/10/02 18:31:18 UTC

[camel] branch master updated: Fix a typo in the 3.6 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 c0386c5  Fix a typo in the 3.6 upgrade guide.
c0386c5 is described below

commit c0386c5df8a63e56c8360d2ef97f8c0cf45a1155
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Oct 2 20:30:59 2020 +0200

    Fix a typo in the 3.6 upgrade guide.
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc
index 22a10e7..4d308fd 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc
@@ -45,7 +45,7 @@ The components affected are:
 
 All the out of the box supported languages (simple, bean, groovy, jsonpath, xpath etc.) have been optmized to be _singleton_
 which improves performance for concurrent processing that uses those languages that would be resolved on each use.
-Now the languages is resolved once during startup or first usage.
+Now the languages are resolved once during startup or first usage.
 
 === Customizers