Typo fix in documentation.md

Line 5: for it's CLI implementation->for its CLI implementation
Line 20: that these are ->that are
This commit is contained in:
AdamDang 2018-06-19 23:05:10 +08:00 committed by GitHub
parent 598d1c29cd
commit 0f9ccbfee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## CLI commands
`kops` uses cobra for it's CLI implementation. Each command should have the following help fields defined where possible:
`kops` uses cobra for its CLI implementation. Each command should have the following help fields defined where possible:
* `Short`: A short statement describing the command in the third person present, starting with a capital letter and ending without a period.
* Example: "Edits a cluster"
@ -17,5 +17,5 @@ This command changes the cloud specification in the registry.
It does not update the cloud resources, to apply the changes use "kops update cluster".
```
* `Example`: Example(s) of how to use the command. This field is formatted as a code snippet in the docs, so make sure if you have comments that these are written as a bash comment (e.g. `# this is a comment`).
* `Example`: Example(s) of how to use the command. This field is formatted as a code snippet in the docs, so make sure if you have comments that are written as a bash comment (e.g. `# this is a comment`).