Skip to content

Commit fa80504

Browse files
committed
Fix ActiveState example in docs
1 parent deb64ee commit fa80504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/mixins/ActiveState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ var Tab = React.createClass({
5353

5454
// use it just like <Link/>, and you'll get an anchor wrapped in an `li`
5555
// with an automatic `active` class on both.
56-
<Tab route="foo">Foo</Tab>
56+
<Tab to="foo">Foo</Tab>
5757
```
5858

0 commit comments

Comments
 (0)