File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ var Timer = React.createClass({\n\
17
17
render: function() {\n\
18
18
return (\n\
19
19
<div>\n\
20
- {'Seconds Ellapsed : ' + this.state.secondsElapsed}\n\
20
+ {'Seconds Elapsed : ' + this.state.secondsElapsed}\n\
21
21
</div>\n\
22
22
);\n\
23
23
}\n\
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ next: component-basics.html
10
10
JSX is a JavaScript XML syntax extension recommended (but not required) for use
11
11
with React.
12
12
13
- JSX makes code that deeply nested React components more readable, and writing it
13
+ JSX makes code that deeply nests React components more readable, and writing it
14
14
feels like writing HTML. React documentation examples make use of JSX.
15
15
16
16
## The Transform
You can’t perform that action at this time.
0 commit comments