Skip to content

Commit e695f7a

Browse files
committed
Merge pull request #134 from zwily/patch-1
Fix ActiveState example in docs
2 parents deb64ee + fa80504 commit e695f7a

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)