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/21 16:32:01 UTC

[camel] 03/07: Document update

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

commit 2a3d901a1a6d22c80d25b21d5e77299b483b3bdd
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Wed Sep 16 18:33:57 2020 +0530

    Document update
    
    sometime to sometimes
---
 docs/components/modules/ROOT/pages/properties-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/properties-component.adoc b/docs/components/modules/ROOT/pages/properties-component.adoc
index a154826..8dbfed0 100644
--- a/docs/components/modules/ROOT/pages/properties-component.adoc
+++ b/docs/components/modules/ROOT/pages/properties-component.adoc
@@ -186,7 +186,7 @@ fresh such as:
 </camelContext>
 ----
 
-Setting the properties location through the location tag works just fine but sometime you have a number of resources to take into account and starting from *Camel 2.19.0* you can set the properties location with a dedicated propertiesLocation:
+Setting the properties location through the location tag works just fine but sometimes you have a number of resources to take into account and starting from *Camel 2.19.0* you can set the properties location with a dedicated propertiesLocation:
 
 [source,xml]
 ----