diff --git a/labs/pods/README.md b/labs/pods/README.md index 3648451..aef7f49 100644 --- a/labs/pods/README.md +++ b/labs/pods/README.md @@ -127,7 +127,7 @@ kubectl get pods ```
-This Pod container has a Linux shell and some useful tools installed. You can start a shell inside the contianer and connect to it using the interactive `-it` flag: +This Pod container has a Linux shell and some useful tools installed. You can start a shell inside the container and connect to it using the interactive `-it` flag: ```powershell kubectl exec -it sleep -- sh @@ -210,4 +210,4 @@ We'll clean up before we move on, deleting all the Pods we created: ```powershell kubectl delete pod sleep whoami sleep-lab --ignore-not-found -``` \ No newline at end of file +```