Skip to content

Commit 3fe4d7d

Browse files
committed
Merge pull request #1431 from werme/patch-1
Fix typo
2 parents 0d8ef2f + b6ba872 commit 3fe4d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/01 Route Configuration/0 Route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ by the parent route component with `this.props[name]`.
5959
<App main={<Users/>} sidebar={<UsersSidebar/>}/>
6060
<App main={<Groups/>} sidebar={<GroupsSidebar/>}/>
6161

62-
// So with the router its looks like this:
62+
// So with the router it looks like this:
6363
var routes = (
6464
<Route component={App}>
6565
<Route path="groups" components={{main: Groups, sidebar: GroupsSidebar}}/>

0 commit comments

Comments
 (0)