Skip to content

Commit a8090e2

Browse files
author
Michael Brewer
committed
fix(feature-toggles): correct line highlight
1 parent 0007965 commit a8090e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/feature_flags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ You can have multiple rules with different names. The rule engine will return th
437437
The `conditions` block is a list of conditions that contain `action`, `key`, and `value` keys:
438438

439439
=== "conditions.json"
440-
```json hl_lines="8-11"
440+
```json hl_lines="5-7"
441441
{
442442
...
443443
"conditions": [

0 commit comments

Comments
 (0)