Skip to content

Commit

Permalink
fix(adapter): Fix typo in etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersDJohnson authored and jimthedev committed Aug 7, 2016
1 parent 807b4e5 commit 39182b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -44,7 +44,7 @@ module.exports = {
name: 'docs: Documentation only changes',
value: 'docs'
}, {
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.)',
value: 'style'
}, {
name: 'refactor: A code change that neither fixes a bug or adds a feature',
Expand Down

0 comments on commit 39182b8

Please sign in to comment.