Skip to content

Commit 8cae5a1

Browse files
committed
Merge pull request #1980 from davertron/master
Fix comment about router being built on rackt/history
2 parents 4906a94 + 80846dd commit 8cae5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ var Assignment = React.createClass({
191191
var Assignment = React.createClass({
192192
mixins: [ History ],
193193
navigateAfterSomethingHappened () {
194-
// the router is not built on rackt/history, and it is a first class
194+
// the router is now built on rackt/history, and it is a first class
195195
// API in the router for navigating
196196
this.history.pushState(null, `/users/${user.id}`, query);
197197
// this.history.replaceState(null, `/users/${user.id}`, query);

0 commit comments

Comments
 (0)