Merge pull request #2331 from scjane/patch-13

fixed typo on walkthrough.md
This commit is contained in:
Andrew Chen
2017-01-24 10:12:38 -08:00
committed by GitHub
+1 -1
View File
@@ -63,7 +63,7 @@ Create the development namespace using kubectl.
$ kubectl create -f docs/admin/namespaces/namespace-dev.json
```
And then lets create the production namespace using kubectl.
And then let's create the production namespace using kubectl.
```shell
$ kubectl create -f docs/admin/namespaces/namespace-prod.json