From a3193c2c27cfe68292761e668b8f6b2b1ccc7c16 Mon Sep 17 00:00:00 2001 From: Juha Tauriainen Date: Thu, 24 Jan 2019 12:56:03 +0200 Subject: [PATCH] Update terComputedPropertySpacingRule.md --- src/docs/rules/terComputedPropertySpacingRule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/rules/terComputedPropertySpacingRule.md b/src/docs/rules/terComputedPropertySpacingRule.md index d58a340..239e008 100644 --- a/src/docs/rules/terComputedPropertySpacingRule.md +++ b/src/docs/rules/terComputedPropertySpacingRule.md @@ -24,11 +24,11 @@ The rule takes in one option, which defines to require or forbid whitespace. ```json "ter-computed-property-spacing": [true, "always"] - ``` +``` ```json "ter-computed-property-spacing": [true, "never"] - ``` +``` #### Schema ```json