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