Skip to content

Commit 38cd623

Browse files
committed
fix(docs): fixed docs heading levels in condition.md
1 parent 9c1398b commit 38cd623

File tree

1 file changed

+2
-2
lines changed
  • packages/react-renderer-demo/src/app/pages/renderer

1 file changed

+2
-2
lines changed

packages/react-renderer-demo/src/app/pages/renderer/condition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can show a field only if it meets a condition:
3434

3535
`when` - is name of field where the value is stored, **always required!**. It can be either string `'field-name'` or array of strings `['field-1', 'field-2']`.
3636

37-
#### OR condition. At least one condition must be met
37+
### OR condition. At least one condition must be met
3838

3939
If either of of fields with name `a` and `b` will have value `x` condition is met.
4040

@@ -51,7 +51,7 @@ If either of of fields with name `a` and `b` will have value `x` condition is me
5151
}
5252
```
5353

54-
#### AND condition. All conditions must be met
54+
### AND condition. All conditions must be met
5555

5656
Field `controlled-field-1` must have value `Bar` and field `controlled-field-2` must include `FooBar` somewhere in its value to display field `BarFoo`.
5757

0 commit comments

Comments
 (0)