We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d277dc9 commit 3e6a131Copy full SHA for 3e6a131
docs/guides/flux.md
@@ -6,7 +6,7 @@ React Router in a Flux App
6
var routes = require('./routes');
7
var Router = require('react-router');
8
9
-// we can create a router instance before "running" it
+// we can create a router before "running" it
10
var router = Router.create({
11
routes: routes,
12
location: Router.HistoryLocation
0 commit comments