Skip to content

Commit 49aa6e1

Browse files
committed
Merge pull request #1304 from tikotzky/patch-1
change to RootRoute.indexRoute
2 parents ea0f3e5 + 9e6f5a3 commit 49aa6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pinterest/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ React.render(
150150
//
151151
// 6. Hit refresh in the browser.
152152
//
153-
// 7. The url is not `/` so `RootRoute.defaultRoute` does not get matched.
153+
// 7. The url is not `/` so `RootRoute.indexRoute` does not get matched.
154154
//
155155
// 8. Since there is no `transitionState`, `RootRoute.getChildRoutes` branches
156156
// the other way, and callsback with `PictureRoute` as a child, which matches

0 commit comments

Comments
 (0)