We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807b4e5 commit 39182b8Copy full SHA for 39182b8
index.js
@@ -44,7 +44,7 @@ module.exports = {
44
name: 'docs: Documentation only changes',
45
value: 'docs'
46
}, {
47
- name: 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc)',
+ name: 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc.)',
48
value: 'style'
49
50
name: 'refactor: A code change that neither fixes a bug or adds a feature',
0 commit comments