Skip to content

Commit efa02a1

Browse files
committed
Merge pull request #1294 from nthtran/patch-1
childRoute -> childRoutes
2 parents 23a5f32 + ba318cd commit efa02a1

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)