Update walkthrough.md

This commit is contained in:
scjane 2017-01-24 17:29:24 +08:00 committed by GitHub
parent 64c9a962ae
commit 511272b6ab
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