Skip to content

Commit be21708

Browse files
committed
translate hello world in homepage example
1 parent 7b4791a commit be21708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class MarkdownEditor extends React.Component {
22
constructor(props) {
33
super(props);
44
this.handleChange = this.handleChange.bind(this);
5-
this.state = { value: 'Hello, **world**!' };
5+
this.state = { value: 'Merhaba, **dünya**!' };
66
}
77

88
handleChange(e) {

0 commit comments

Comments
 (0)