Merge pull request #2331 from scjane/patch-13

fixed typo on walkthrough.md
pull/2232/head
Andrew Chen 2017-01-24 10:12:38 -08:00 committed by GitHub
commit 7ab4752079
1 changed files with 1 additions and 1 deletions

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