Skip to content

Commit 1b80d36

Browse files
ravshansboxgaearon
authored andcommitted
Update introducing-jsx.md (reactjs#443)
1 parent 1410e6d commit 1b80d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/introducing-jsx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ We split JSX over multiple lines for readability. While it isn't required, when
6262

6363
### JSX is an Expression Too
6464

65-
After compilation, JSX expressions become regular JavaScript objects.
65+
After compilation, JSX expressions become regular JavaScript function calls and evaluate to JavaScript objects.
6666

6767
This means that you can use JSX inside of `if` statements and `for` loops, assign it to variables, accept it as arguments, and return it from functions:
6868

0 commit comments

Comments
 (0)