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