Skip to content

Commit

Permalink
Docs: Fix no-irregular-whitespace description (#11196)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 authored and platinumazure committed Dec 22, 2018
1 parent 8abc8af commit a470eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-irregular-whitespace.js
Expand Up @@ -30,7 +30,7 @@ module.exports = {
type: "problem",

docs: {
description: "disallow irregular whitespace outside of strings and comments",
description: "disallow irregular whitespace",
category: "Possible Errors",
recommended: true,
url: "https://eslint.org/docs/rules/no-irregular-whitespace"
Expand Down

0 comments on commit a470eb7

Please sign in to comment.