Skip to content

Commit ee33460

Browse files
committedMay 24, 2018
fix: 🐞 README fixes
1 parent 9e29df4 commit ee33460

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ feat: 🎸 add 'graphiteWidth' option
3535
```
3636

3737
```
38-
fix: 🐛 stop graphite breaking when width < 0.1
38+
fix: 🐞 stop graphite breaking when width < 0.1
3939
```
4040

4141
```
42-
perf: 🔥 remove graphiteWidth option
42+
perf: ⚡️ remove graphiteWidth option
4343
4444
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason.
4545
4646
Issues: MOL-1234
4747
```
4848

4949

50-
## Custmo config
50+
## Custom config
5151

52-
You can privide custom configuration in `changelog.congfig.js` file
52+
You can provide custom configuration in `changelog.congfig.js` file
5353
in your repo. See [default configuration file](./src/defaults.js) for reference.
5454

5555

‎src/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const types = {
2626
},
2727
perf: {
2828
description: 'A code change that improves performance',
29-
emoji: '🔥',
29+
emoji: '⚡️',
3030
value: 'perf'
3131
},
3232
refactor: {

0 commit comments

Comments
 (0)
Please sign in to comment.