Skip to content

Commit 44a5980

Browse files
Fixed and Added Request changes
1 parent fd57593 commit 44a5980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎content/docs/hello-world.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ next: introducing-jsx.html
1111

1212
```js
1313
ReactDOM.render(
14-
<h1>مرحبا بالعالم!</h1>,
14+
<h1>أهلًا بالعالم!</h1>,
1515
document.getElementById('root')
1616
);
1717
```

0 commit comments

Comments
 (0)