Skip to content

Commit 9e6f5a3

Browse files
committed
change to RootRoute.indexRoute
based in the example it seems like this should be `RootRoute.indexRoute` instead of `RootRoute.defaultRoute`.
1 parent 15f14cd commit 9e6f5a3

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)