Skip to content

Commit 39182b8

Browse files
AndersDJohnsonjimthedev
authored andcommitted
fix(adapter): Fix typo in etc.
1 parent 807b4e5 commit 39182b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
name: 'docs: Documentation only changes',
4545
value: 'docs'
4646
}, {
47-
name: 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc)',
47+
name: 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc.)',
4848
value: 'style'
4949
}, {
5050
name: 'refactor: A code change that neither fixes a bug or adds a feature',

0 commit comments

Comments
 (0)