Skip to content

Commit ba318cd

Browse files
committed
childRoute -> childRoutes
1 parent 23a5f32 commit ba318cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/00 Guides/0 Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ If you're not digging the JSX route config you can use plain objects:
156156
var routes = {
157157
path: '/',
158158
component: App,
159-
childRoute: [
159+
childRoutes: [
160160
{ path: 'about', component: About },
161161
{ path: 'inbox', component: Inbox },
162162
]

0 commit comments

Comments
 (0)