Skip to content

Commit dbbb383

Browse files
authored
Update a-component-using-external-plugins.js
1 parent f6af161 commit dbbb383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/home/examples/a-component-using-external-plugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ class MarkdownEditor extends React.Component {
1919
<div className="MarkdownEditor">
2020
<h3>Đầu vào</h3>
2121
<label htmlFor="markdown-content">
22-
Nhập vào một chút markdown
22+
Nhập dưới dạng markdown
2323
</label>
2424
<textarea
2525
id="markdown-content"
2626
onChange={this.handleChange}
2727
defaultValue={this.state.value}
2828
/>
29-
<h3>Kết quả</h3>
29+
<h3>Kết Quả</h3>
3030
<div
3131
className="content"
3232
dangerouslySetInnerHTML={this.getRawMarkup()}

0 commit comments

Comments
 (0)