Skip to content

Commit fbf9793

Browse files
committed
typo
1 parent 56cbe2f commit fbf9793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ might look something like this:
137137
```js
138138
render: function() {
139139
var user = <User params={{userId: 2}}/>;
140-
var users = <User activeRouteHandler={user}/>;
140+
var users = <Users activeRouteHandler={user}/>;
141141
return <App activeRouteHandler={users}/>;
142142
}
143143
```

0 commit comments

Comments
 (0)