From b0061e7d946a09c639e1b1660e8d9dff045b8135 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Wed, 10 Jan 2018 13:53:06 -0500 Subject: [PATCH] [docs]Updated no-irregular-whitespace documentation (#3627) --- src/rules/noIrregularWhitespaceRule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/noIrregularWhitespaceRule.ts b/src/rules/noIrregularWhitespaceRule.ts index 1cd250cf7d8..2e7295c341f 100644 --- a/src/rules/noIrregularWhitespaceRule.ts +++ b/src/rules/noIrregularWhitespaceRule.ts @@ -23,7 +23,7 @@ export class Rule extends Lint.Rules.AbstractRule { /* tslint:disable:object-literal-sort-keys */ public static metadata: Lint.IRuleMetadata = { ruleName: "no-irregular-whitespace", - description: "Disallow irregular whitespace outside of strings and comments", + description: "Disallow irregular whitespace within a file, including strings and comments.", hasFix: true, optionsDescription: "Not configurable.", options: null,