forked from mirror/cobra
Reword `become unexpected errors` to `encounter errors`
This commit is contained in:
parent
31694f19ad
commit
e458bb7ab8
|
@ -216,7 +216,7 @@ cobra add create -p 'configCmd'
|
||||||
```
|
```
|
||||||
|
|
||||||
*Note: Use camelCase (not snake_case/snake-case) for command names.
|
*Note: Use camelCase (not snake_case/snake-case) for command names.
|
||||||
Otherwise, you will become unexpected errors.
|
Otherwise, you will encounter errors.
|
||||||
For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
|
For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
|
||||||
|
|
||||||
Once you have run these three commands you would have an app structure that would look like:
|
Once you have run these three commands you would have an app structure that would look like:
|
||||||
|
|
Loading…
Reference in New Issue