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 9148ad9 commit dd44585Copy full SHA for dd44585
UPGRADE_GUIDE.md
@@ -120,11 +120,11 @@ since it's simple with a `*` path.
120
#### "active" class
121
122
In 0.13.x links added the "active" class by default which you could
123
-override with `activeClassName`, or provide `activeStyles`. Most links
+override with `activeClassName`, or provide `activeStyle`s. Most links
124
don't need this and the check is (currently) expensive.
125
126
Links no longer add the "active" class by default, you opt-in by
127
-providing one; if no `activeClassName` or `activeStyles` are provided,
+providing one; if no `activeClassName` or `activeStyle`s are provided,
128
the link will not check if it's active.
129
130
```js
0 commit comments