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/07/09 09:58:27 UTC

[camel-k] branch master updated: Fix typo missing space "featuresare" -> "features are"

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-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bd1995  Fix typo missing space "featuresare" -> "features are"
     new ff29575  Merge pull request #1598 from apupier/patch-3
7bd1995 is described below

commit 7bd1995d6b19ab981f5ef39e8b89f346e28543c3
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Thu Jul 9 10:27:18 2020 +0200

    Fix typo missing space "featuresare" -> "features are"
---
 deploy/traits.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/traits.yaml b/deploy/traits.yaml
index 89265aa..6be819b 100755
--- a/deploy/traits.yaml
+++ b/deploy/traits.yaml
@@ -431,7 +431,7 @@ traits:
   description: The Knative Service trait allows to configure options when running
     the integration as Knative service instead ofa standard Kubernetes Deployment.Running
     integrations as Knative Services adds auto-scaling (and scaling-to-zero) features,
-    but those featuresare only meaningful when the routes use a HTTP endpoint consumer.
+    but those features are only meaningful when the routes use a HTTP endpoint consumer.
   properties:
   - name: enabled
     type: bool