From 7bd1995d6b19ab981f5ef39e8b89f346e28543c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Thu, 9 Jul 2020 10:27:18 +0200 Subject: [PATCH] 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 89265aa3d3..6be819b9d4 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