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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new bb4d853  Remove the unnecessary indefinite articles in the list. in 
documentation description of modeline resource option
bb4d853 is described below

commit bb4d8530fe0b48bc80dd61fc1bc3269b4112cbdd
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Fri Jun 25 15:29:31 2021 +0200

    Remove the unnecessary indefinite articles in the list. in documentation 
description of modeline resource option
    
    as suggested by @bfitzpat 
https://github.com/camel-tooling/camel-language-server/pull/624#discussion_r658758958
---
 docs/modules/ROOT/pages/cli/modeline.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/cli/modeline.adoc 
b/docs/modules/ROOT/pages/cli/modeline.adoc
index e54de1c..db0a593 100644
--- a/docs/modules/ROOT/pages/cli/modeline.adoc
+++ b/docs/modules/ROOT/pages/cli/modeline.adoc
@@ -94,7 +94,7 @@ The following is a partial list of useful options:
 |Add a runtime property or properties file (syntax: 
_[my-key=my-value\|file:/path/to/my-conf.properties]_)
 
 |resource
-|Add a runtime resource from a Configmap, a Secret or a file (syntax: 
_[configmap\|secret\|file]:name[/key][@path]_, where name represents the local 
file path or the configmap/secret name, key optionally represents the 
configmap/secret key to be filtered and path represents the destination path)
+|Add a runtime resource from a Configmap, Secret or file (syntax: 
_[configmap\|secret\|file]:name[/key][@path]_, where name represents the local 
file path or the configmap/secret name, key optionally represents the 
configmap/secret key to be filtered and path represents the destination path)
 
 |trait
 |Configure a trait, e.g. `trait=service.enabled=false`

Reply via email to