Skip to content

Commit

Permalink
Capitalise warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
onishiweb committed Sep 6, 2016
1 parent 7153320 commit 9a7b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/declarations-before-nesting.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
'ruleId': parser.rule.name,
'line': declaration.start.line,
'column': declaration.start.column,
'message': 'declarations should come before nestings',
'message': 'Declarations should come before nestings',
'severity': parser.severity
};
result = helpers.addUnique(result, error);
Expand Down

0 comments on commit 9a7b528

Please sign in to comment.