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 2023/01/26 07:17:44 UTC

[camel-k] branch release-1.10.x updated: Grammar fixes

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

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


The following commit(s) were added to refs/heads/release-1.10.x by this push:
     new c4a77baf6 Grammar fixes
c4a77baf6 is described below

commit c4a77baf60e803a11aef4e9b32d837a527ae9e22
Author: Esteban Vazquez <es...@gmail.com>
AuthorDate: Wed Jan 25 16:37:09 2023 -0300

    Grammar fixes
---
 docs/modules/ROOT/pages/installation/platform/gke.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/installation/platform/gke.adoc b/docs/modules/ROOT/pages/installation/platform/gke.adoc
index eb0b99b3f..dfb6b83f7 100644
--- a/docs/modules/ROOT/pages/installation/platform/gke.adoc
+++ b/docs/modules/ROOT/pages/installation/platform/gke.adoc
@@ -26,7 +26,7 @@ kubectl create clusterrolebinding user-cluster-admin-binding --clusterrole=clust
 
 The command above is needed to make sure your user is able to delegate some permissions to Camel K service accounts.
 
-You can now get the *kamel* CLI tool the from https://github.com/apache/camel-k/releases[release page]
+You can now get the *kamel* CLI tool from the https://github.com/apache/camel-k/releases[release page]
 and put it on your system path.
 
 The last thing to do is to xref:installation/registry/gcr.adoc[configure gcr.io as registry] to host your integration image.