Skip to content

Commit 89722cc

Browse files
committed
Fix wrong text
1 parent 6e6e539 commit 89722cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdx/dev/content/passing-props.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ print(3)
2828

2929
</CH.Code>
3030

31-
`<CH.Code lineNumbers={false} showCopyButton={true} className="foo">`
31+
`<CH.Code className="foobarbazbarbar" style={{border: "2px solid red", height: 160}}>`
3232

3333
<CH.Code className="foobarbazbarbar" style={{border: "2px solid red", height: 160}}>
3434

0 commit comments

Comments
 (0)