Update deployment.md (#4946)

The first letter needs to be capitalized.
This commit is contained in:
Stewart-YU 2017-08-18 06:56:47 +08:00 committed by Andrew Chen
parent ee090c8621
commit a22c45265d
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ Events:
You can scale a Deployment by using the following command:
```shell
$ kubectl scale deployment nginx-deployment --replicas 10
$ kubectl scale deployment nginx-deployment --replicas=10
deployment "nginx-deployment" scaled
```