We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d8ef2f + b6ba872 commit 3fe4d7dCopy full SHA for 3fe4d7d
doc/01 Route Configuration/0 Route.md
@@ -59,7 +59,7 @@ by the parent route component with `this.props[name]`.
59
<App main={<Users/>} sidebar={<UsersSidebar/>}/>
60
<App main={<Groups/>} sidebar={<GroupsSidebar/>}/>
61
62
-// So with the router its looks like this:
+// So with the router it looks like this:
63
var routes = (
64
<Route component={App}>
65
<Route path="groups" components={{main: Groups, sidebar: GroupsSidebar}}/>
0 commit comments