You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2019/05/11 07:39:15 UTC

[camel-k] branch master updated: Typos fix

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

aldettinger 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 83027e0  Typos fix
83027e0 is described below

commit 83027e00c2d20ceb1a336ebb70e1cc26e5fc27c7
Author: aldettinger <al...@gmail.com>
AuthorDate: Sat May 11 09:35:59 2019 +0200

    Typos fix
---
 README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 2cd200c..d9ecbae 100644
--- a/README.adoc
+++ b/README.adoc
@@ -69,7 +69,7 @@ You can follow this process by watching the pods in the namespace where the oper
 kubectl get pods -w
 ```
 
-you shold see something like:
+You should see something like:
 
 ```
 $ kubectl get pods -w
@@ -90,7 +90,7 @@ camel-k-groovy-builder   0/1   Completed   0     75s
 ...
 ```
 
-after a couple of minutes you can see your integration runnning. To see the output log of your integration container get thet pod id:
+After a couple of minutes you can see your integration runnning. To see the output log of your integration container get the pod id:
 
 ```
 kubectl get pods | grep sample