Reword become unexpected errors to encounter errors

This commit is contained in:
Brian Danowski 2017-06-22 19:19:17 -04:00 committed by Albert Nigmatzianov
parent 31694f19ad
commit e458bb7ab8

View file

@ -216,7 +216,7 @@ cobra add create -p 'configCmd'
```
*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.*
Once you have run these three commands you would have an app structure that would look like: