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

commit d2a50f3d66e80e0392e895730abf07059563cff2
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Aug 2 08:43:25 2021 +0200

    Camel-Kubernetes Service Accounts: Fixed typo
---
 .../src/main/docs/kubernetes-service-accounts-component.adoc            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-kubernetes/src/main/docs/kubernetes-service-accounts-component.adoc
 
b/components/camel-kubernetes/src/main/docs/kubernetes-service-accounts-component.adoc
index 3e5bb13..92f21c3 100644
--- 
a/components/camel-kubernetes/src/main/docs/kubernetes-service-accounts-component.adoc
+++ 
b/components/camel-kubernetes/src/main/docs/kubernetes-service-accounts-component.adoc
@@ -102,7 +102,7 @@ from("direct:list").
     to("mock:result");
 
--------------------------------------------------------------------------------
 
-This operation return a List of servoces from your cluster
+This operation return a List of services from your cluster
 
 - listServiceAccountsByLabels:  this operation list the sa by labels on a 
kubernetes cluster
 

Reply via email to