Skip to content

Commit

Permalink
Merge pull request remix-run#1431 from werme/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mjackson committed Jun 29, 2015
2 parents 0d8ef2f + b6ba872 commit 3fe4d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/01 Route Configuration/0 Route.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ by the parent route component with `this.props[name]`.
<App main={<Users/>} sidebar={<UsersSidebar/>}/>
<App main={<Groups/>} sidebar={<GroupsSidebar/>}/>

// So with the router its looks like this:
// So with the router it looks like this:
var routes = (
<Route component={App}>
<Route path="groups" components={{main: Groups, sidebar: GroupsSidebar}}/>
Expand Down

0 comments on commit 3fe4d7d

Please sign in to comment.