Skip to content

Commit b6ba872

Browse files
committed
Fix typo
1 parent 0d8ef2f commit b6ba872

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)