Skip to content

Commit 722c02e

Browse files
committed
Remove textlint rule overrides
1 parent daed805 commit 722c02e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/5.x/reference/field-types/plain-text.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,9 @@ Exclude elements with a specific field value by preceding a value with `not`:
130130
.colorGroupCode('not BLUE')
131131
.all() %}
132132
```
133-
<!-- textlint-disable apostrophe -->
134133

135134
Multiple values can be excluded by preceding each term in a comma-separated list by a `not` (`'not BLUE, not GREEN'`), or by using `not` as the first item in an array (`['not', 'BLUE', 'GREEN']`).
136135

137-
<!-- textlint-enable apostrophe -->
138-
139136
::: warning
140137
The grouping of terms is important when combining ranges and negation! `not RED, YELLOW` means “Swatches with a color other than `RED`, _or_ swatches with a color of `YELLOW`.” On the other hand, `['not', 'RED', 'YELLOW']` means “Swatches with a color other than `RED` or `YELLOW`.” The former would exclude “red” swatches, but allow “yellow;” the latter would exclude both colors.
141138
:::

0 commit comments

Comments
 (0)