Skip to content

Commit d426c8f

Browse files
author
jhill
committed
1.0.0-rc1 Documentation for DynamicRouting incorrect #1927
1 parent dcc7f6c commit d426c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/DynamicRouting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var CourseRoute = {
2828
})
2929
},
3030

31-
getComponents(callback) {
31+
getComponents(location, callback) {
3232
require.ensure([], function (require) {
3333
callback(null, require('./components/Course'))
3434
})

0 commit comments

Comments
 (0)