Skip to content

Commit 9b04e2c

Browse files
committed
Merge pull request #1787 from chentsulin/patch-1
correct router -> history in comment
2 parents 441f17d + e361ffb commit 9b04e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/RoutingContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var { array, func, object } = React.PropTypes;
66

77
/**
88
* A <RoutingContext> renders the component tree for a given router state
9-
* and sets the router object and the current location in context.
9+
* and sets the history object and the current location in context.
1010
*/
1111
var RoutingContext = React.createClass({
1212

0 commit comments

Comments
 (0)