Skip to content

Commit

Permalink
sort-comp: say "should" instead of "must"
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemParadox committed Dec 24, 2015
1 parent 98541c5 commit 8e9bf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/sort-comp.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = Components.detect(function(context, components) {

var errors = {};

var MISPOSITION_MESSAGE = '{{propA}} must be placed {{position}} {{propB}}';
var MISPOSITION_MESSAGE = '{{propA}} should be placed {{position}} {{propB}}';

var methodsOrder = getMethodsOrder({
order: [
Expand Down

0 comments on commit 8e9bf40

Please sign in to comment.