Skip to content

Commit

Permalink
Fixed and Added Request changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maskeddeveloper committed Jul 26, 2019
1 parent fd57593 commit 44a5980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/hello-world.md
Expand Up @@ -11,7 +11,7 @@ next: introducing-jsx.html

```js
ReactDOM.render(
<h1>مرحبا بالعالم!</h1>,
<h1>أهلًا بالعالم!</h1>,
document.getElementById('root')
);
```
Expand Down

0 comments on commit 44a5980

Please sign in to comment.