diff --git a/site/content/en/docs/tutorials/kubernetes_101/module4.md b/site/content/en/docs/tutorials/kubernetes_101/module4.md index 3561655af2fd..412d0d86662c 100644 --- a/site/content/en/docs/tutorials/kubernetes_101/module4.md +++ b/site/content/en/docs/tutorials/kubernetes_101/module4.md @@ -126,7 +126,7 @@ This confirms that our Service was removed. To confirm that route is not exposed curl $(minikube ip):$NODE_PORT ``` -This proces that the app is not reachable anymore from outside of the cluster. You can confirm that the app is still running with a curl inside the pod: +This proves that the app is not reachable anymore from outside of the cluster. You can confirm that the app is still running with a curl inside the pod: ```shell kubectl exec -ti $POD_NAME -- curl localhost:8080