docs: use imperative mood in descriptions (#139)

This commit is contained in:
Bjorn Helgaas 2019-04-10 18:02:25 -05:00 committed by Benjamin E. Coe
parent 0a977868cf
commit 795ff8b7fb

View File

@ -63,12 +63,12 @@ docs: correct spelling of CHANGELOG
### Commit message with scope
```
feat(lang): added polish language
feat(lang): add polish language
```
### Commit message for a fix using an (optional) issue number.
```
fix: minor typos in code
fix: correct minor typos in code
see the issue for details on the typos fixed