From 4b4be3bdcc56ade7306e4016f4f3a92a7e82147d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 11 Jun 2016 05:54:53 -0700 Subject: [PATCH] Docs: `max-lines` option: fix `skipComments` typo (#6374) --- docs/rules/max-lines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/max-lines.md b/docs/rules/max-lines.md index ea810ce20d9..68804b9e7e3 100644 --- a/docs/rules/max-lines.md +++ b/docs/rules/max-lines.md @@ -15,7 +15,7 @@ This rule has a number or object option: * `"skipBlankLines": true` ignore lines made up purely of whitespace. -* `"skipComment": true` ignore lines containing just comments +* `"skipComments": true` ignore lines containing just comments ### code