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\
1717 render: function() {\n\
1818 return (\n\
1919 <div>\n\
20- {'Seconds Ellapsed : ' + this.state.secondsElapsed}\n\
20+ {'Seconds Elapsed : ' + this.state.secondsElapsed}\n\
2121 </div>\n\
2222 );\n\
2323 }\n\
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ next: component-basics.html
1010JSX is a JavaScript XML syntax extension recommended (but not required) for use
1111with React.
1212
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
1414feels like writing HTML. React documentation examples make use of JSX.
1515
1616## The Transform
You can’t perform that action at this time.
0 commit comments