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 2019/12/26 20:23:40 UTC

[camel] branch master updated: fixing typo in documentation

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 cfb9dea  fixing typo in documentation
     new 3a63e65  Merge pull request #3447 from ahus1/typo-in-advanced-configuration-context
cfb9dea is described below

commit cfb9dea39723c4bcbd2b2a9646626d02ec705760
Author: Alexander Schwartz <al...@gmx.net>
AuthorDate: Thu Dec 26 21:17:24 2019 +0100

    fixing typo in documentation
---
 .../ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc b/docs/user-manual/modules/ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc
index 03b864f..cdd76de 100644
--- a/docs/user-manual/modules/ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc
+++ b/docs/user-manual/modules/ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc
@@ -2,7 +2,7 @@
 
 When using Spring the CamelContext can be pre configured based on
 defined beans in spring XML.
-This page documentes these features. Most of these features
+This page documents these features. Most of these features
 requires *Camel 2.0*.
 
 == What can be configured