Skip to content

Commit fc6a567

Browse files
committed
jsx
1 parent 169b172 commit fc6a567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_js/examples/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ React.renderComponent(<MarkdownEditor />, mountNode);\
3838
";
3939

4040
React.renderComponent(
41-
ReactPlayground( {codeText:MARKDOWN_COMPONENT}, null ),
41+
<ReactPlayground codeText={MARKDOWN_COMPONENT} />,
4242
document.getElementById('markdownExample')
4343
);

0 commit comments

Comments
 (0)