Skip to content

Commit

Permalink
Update 01-HelloWorld.md
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
aatishb authored and tyroprogrammer committed Feb 16, 2019
1 parent a311938 commit b28bec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tutorial/01-HelloWorld.md
Expand Up @@ -5,9 +5,9 @@ import React from 'react';

function HelloWorld(props){
//function must return something
return(
return (
//return should tell React to render Hello World in the browser
)
);
}
```
Now the question is what do we return from this function.
Expand Down

0 comments on commit b28bec7

Please sign in to comment.