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.
1 parent d94fec1 commit 832ff33Copy full SHA for 832ff33
modules/Link.js
@@ -20,8 +20,8 @@ function isEmptyObject(object) {
20
21
/**
22
* 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).
+ * When that route is active, the link gets the value of its
+ * `activeClassName` prop
25
*
26
* For example, assuming you have the following route:
27
0 commit comments