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

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


The following commit(s) were added to refs/heads/master by this push:
     new 158a220  Fix typos in traits doc
158a220 is described below

commit 158a2209434fa73a568d67f77635895752767306
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Thu Feb 14 12:38:21 2019 +0100

    Fix typos in traits doc
---
 docs/traits.adoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/traits.adoc b/docs/traits.adoc
index 8520c80..0ef4863 100644
--- a/docs/traits.adoc
+++ b/docs/traits.adoc
@@ -70,7 +70,7 @@ The following is a list of common traits that can be 
configured by the end users
   It's enabled by default on vanilla Kubernetes/Openshift profiles.
 
 | knative
-| Knative (Kubernetes, Openshift)
+| Knative (Kubernetes, OpenShift)
 | Creates Knative resources to run the integration instead of the standard 
Kubernetes resources.
   +
   +
@@ -85,7 +85,7 @@ The following is a list of common traits that can be 
configured by the end users
 !===
 
 | istio
-| Knative (Kubernetes, Openshift)
+| Knative (Kubernetes, OpenShift)
 | Allows to configure outbound traffic for Istio.
   +
   +
@@ -165,7 +165,7 @@ The following is a list of common traits that can be 
configured by the end users
 ! The protocol to use, either `http` or `https` (default `https` for OpenShift)
 
 ! jolokia.host
-! The Hostaddress to which the Jolokia agent should bind to. If `"\*"` or 
`"0.0.0.0"` is given, the servers binds to every network interface (default 
`"*"`).
+! The Host address to which the Jolokia agent should bind to. If `"\*"` or 
`"0.0.0.0"` is given, the servers binds to every network interface (default 
`"*"`).
 
 ! jolokia.port
 ! The Jolokia endpoint port (default `8778`).
@@ -192,7 +192,7 @@ The following is a list of common traits that can be 
configured by the end users
 ! Mandate the client certificate contains a client flag in the extended key 
usage section, applicable when `protocol` is `https` and 
`use-ssl-client-authentication` is `true` (default `true` for OpenShift).
 
 ! jolokia.options
-! A comma-separared list of additional Jolokia options as defined in 
https://jolokia.org/reference/html/agents.html#agent-jvm-config[JVM agent 
configuration options], e.g.: `keystore=...,executor=...`
+! A comma-separated list of additional Jolokia options as defined in 
https://jolokia.org/reference/html/agents.html#agent-jvm-config[JVM agent 
configuration options], e.g.: `keystore=...,executor=...`
 
 !===
 
@@ -240,10 +240,10 @@ There are also platform traits that **normally should not 
be configured** by the
 !===
 
 ! owner.target-annotations
-! The annotations to be transfered (A comma-separared list of label keys)
+! The annotations to be transferred (A comma-separated list of label keys)
 
 ! owner.target-labels
-! The labels to be transfered (A comma-separared list of label keys)
+! The labels to be transferred (A comma-separated list of label keys)
 
 !===
 

Reply via email to