From c419e97195421e7e835e99e4cc3feddad3ee756c Mon Sep 17 00:00:00 2001 From: Sam Turrell Date: Wed, 31 Jan 2018 20:40:49 +0000 Subject: [PATCH] Fixes wording in docs --- docs/rules/no-multi-spaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-multi-spaces.md b/docs/rules/no-multi-spaces.md index 196bee568..d68fe02bb 100644 --- a/docs/rules/no-multi-spaces.md +++ b/docs/rules/no-multi-spaces.md @@ -5,7 +5,7 @@ The `--fix` option on the command line can automatically fix some of the problems reported by this rule. -This rule aims to remove multiple spaces in a row between attributes witch are not used for indentation. +This rule aims to remove multiple spaces in a row between attributes which are not used for indentation. ## Rule Details