We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ec4542 + ef6754b commit 0487cc8Copy full SHA for 0487cc8
docs/_js/examples/timer.js
@@ -17,7 +17,7 @@ var Timer = React.createClass({\n\
17
render: function() {\n\
18
return (\n\
19
<div>\n\
20
- {'Seconds Ellapsed: ' + this.state.secondsElapsed}\n\
+ {'Seconds Elapsed: ' + this.state.secondsElapsed}\n\
21
</div>\n\
22
);\n\
23
}\n\
docs/docs/syntax.md
@@ -10,7 +10,7 @@ next: component-basics.html
10
JSX is a JavaScript XML syntax extension recommended (but not required) for use
11
with React.
12
13
-JSX makes code that deeply nested React components more readable, and writing it
+JSX makes code that deeply nests React components more readable, and writing it
14
feels like writing HTML. React documentation examples make use of JSX.
15
16
## The Transform
0 commit comments