From 0b6eb6c05b6287c176daf36e743f73eb74cfc4bc Mon Sep 17 00:00:00 2001 From: markturansky Date: Tue, 21 Apr 2015 13:58:28 -0400 Subject: [PATCH] Fixed typo in README.md --- docs/getting-started-guides/coreos/azure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/coreos/azure/README.md b/docs/getting-started-guides/coreos/azure/README.md index e955535a919..01ce4195ea7 100644 --- a/docs/getting-started-guides/coreos/azure/README.md +++ b/docs/getting-started-guides/coreos/azure/README.md @@ -68,7 +68,7 @@ kubectl create -f frontend-controller.json kubectl create -f frontend-service.json ``` -You need to wait for the pods to get deployed, run the following and wait for `STATUS` to change from `Unknown`, through `Pending` to `Runnig`. +You need to wait for the pods to get deployed, run the following and wait for `STATUS` to change from `Unknown`, through `Pending` to `Running`. ``` kubectl get pods --watch ```