Skip to content

Commit 1483960

Browse files
committed
docs: title output html
1 parent b8d3b53 commit 1483960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/usage/components/parallax-component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ All other non-parallax props will be passed through to the `<div>`. Example with
2424
<Parallax style={{ background: 'blue' }} className="test" />
2525
```
2626

27-
```html
28-
<div style="background:'blue'" className="test"></div>
27+
```html title="Output HTML"
28+
<div style="background: blue" className="test"></div>
2929
```
3030

3131
### Children

0 commit comments

Comments
 (0)