Skip to content

Commit de68ddd

Browse files
committed
Merge pull request #2183 from xaph/patch-1
update activeClassName definition
2 parents d94fec1 + 832ff33 commit de68ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/Link.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ function isEmptyObject(object) {
2020

2121
/**
2222
* A <Link> is used to create an <a> element that links to a route.
23-
* When that route is active, the link gets an "active" class name
24-
* (or the value of its `activeClassName` prop).
23+
* When that route is active, the link gets the value of its
24+
* `activeClassName` prop
2525
*
2626
* For example, assuming you have the following route:
2727
*

0 commit comments

Comments
 (0)