Skip to content

Commit d426b89

Browse files
franckltyroprogrammer
authored andcommitted
fixed typo in 02-IntroToJSX.md
1 parent 0be03fa commit d426b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/02-IntroToJSX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ return (
66
)
77
```
88

9-
Instead of returing Javascript code, it's returing HTML-like code (it's not HTML) and notice it's not a string. Wait, what?!! Welcome to JSX!
9+
Instead of returning Javascript code, it's returning HTML-like code (it's not HTML) and notice it's not a string. Wait, what?!! Welcome to JSX!
1010

1111
You don't trust that this weird syntax works, do you? Open the exercise file and edit the return statement with the JSX and save to see the magic happen!
1212

0 commit comments

Comments
 (0)