fix(example): present tense imperative (#19)

"adds ability" -> "add ability".
This commit is contained in:
Andrew Petro 2017-08-28 18:26:53 -05:00 committed by Steve Mao
parent 0777937ece
commit 5aefddaa81

View File

@ -35,7 +35,7 @@ consumers of your library:
<br />
A scope may be provided to a commit's type, to provide additional contextual information and
is contained within parenthesis, e.g., `feat(parser): adds ability to parse arrays`.
is contained within parenthesis, e.g., `feat(parser): add ability to parse arrays`.
Commit _types_ other than `fix:` and `feat:` are allowed, for example [the Angular convention](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) recommends `docs:`, `style:`, `refactor:`, `perf:`, `test:`, `chore:`, but these tags are
not mandated by the conventional commits specification.