Skip to content

Commit 804c4e4

Browse files
committed
Fix arg name
1 parent eaba345 commit 804c4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/00 Guides/AdvancedUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Coupled with a smart code splitting tool like [webpack](http://webpack.github.io
1818
var CourseRoute = {
1919
path: 'course/:courseId',
2020

21-
getChildRoutes(state, callback) {
21+
getChildRoutes(location, callback) {
2222
require.ensure([], function (require) {
2323
callback(null, [
2424
require('./routes/Announcements'),

0 commit comments

Comments
 (0)