diff --git a/docs/developer-guide/working-with-custom-formatters.md b/docs/developer-guide/working-with-custom-formatters.md index 7efed4193350..55269f6fae65 100644 --- a/docs/developer-guide/working-with-custom-formatters.md +++ b/docs/developer-guide/working-with-custom-formatters.md @@ -226,7 +226,7 @@ module.exports = function(results, data) { "\n" + msg.type + " " + - msg.ruleId + (msg.ruleUrl ? " (" + msg.ruleUrl + ")" : "" + msg.ruleId + (msg.ruleUrl ? " (" + msg.ruleUrl + ")" : "") "\n " + msg.filePath + ":" +