Skip to content

Commit dd44585

Browse files
committed
fix typo in upgrade guide
1 parent 9148ad9 commit dd44585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ since it's simple with a `*` path.
120120
#### "active" class
121121

122122
In 0.13.x links added the "active" class by default which you could
123-
override with `activeClassName`, or provide `activeStyles`. Most links
123+
override with `activeClassName`, or provide `activeStyle`s. Most links
124124
don't need this and the check is (currently) expensive.
125125

126126
Links no longer add the "active" class by default, you opt-in by
127-
providing one; if no `activeClassName` or `activeStyles` are provided,
127+
providing one; if no `activeClassName` or `activeStyle`s are provided,
128128
the link will not check if it's active.
129129

130130
```js

0 commit comments

Comments
 (0)