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 9e70b87 commit 1f16858Copy full SHA for 1f16858
lessons/05-active-links/README.md
@@ -14,7 +14,7 @@ Let's see how it looks with inline styles, add `activeStyle` to your
14
<li><Link to="/repos" activeStyle={{ color: 'red' }}>Repos</Link></li>
15
```
16
17
-How as you navigate, the active link is red.
+Now as you navigate, the active link is red.
18
19
## Active Class Name
20
0 commit comments