Skip to content

Commit 4a608f6

Browse files
committed
Use const instead of let
1 parent 59aadc2 commit 4a608f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/RouteComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ React.render((
3838
</Router>
3939
), node)
4040

41-
let App = React.createClass({
41+
const App = React.createClass({
4242
render() {
4343
return (
4444
<div>

0 commit comments

Comments
 (0)