docs(contributing): fix commit message examples (#1648)

It had the backticks (`\``) around the messages, but I think they were unintentional, probably a leftover from copy-pasting.
This commit is contained in:
Micael Jarniac 2020-10-02 19:12:20 -03:00 committed by GitHub
parent 311c46580f
commit e35e5bb73f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,17 +183,17 @@ The footer should contain any information about **Breaking Changes** and is also
#### Examples #### Examples
```commit ```commit
`fix(pencil): stop graphite breaking when too much pressure applied` fix(pencil): stop graphite breaking when too much pressure applied
``` ```
```commit ```commit
`feat(pencil): add 'graphiteWidth' option` feat(pencil): add 'graphiteWidth' option
Fix #42 Fix #42
``` ```
```commit ```commit
perf(pencil): remove graphiteWidth option` perf(pencil): remove graphiteWidth option
BREAKING CHANGE: The graphiteWidth option has been removed. BREAKING CHANGE: The graphiteWidth option has been removed.