Skip to content

Commit 1f16858

Browse files
committed
Add reactjs#107 manually.
1 parent 9e70b87 commit 1f16858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/05-active-links/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Let's see how it looks with inline styles, add `activeStyle` to your
1414
<li><Link to="/repos" activeStyle={{ color: 'red' }}>Repos</Link></li>
1515
```
1616

17-
How as you navigate, the active link is red.
17+
Now as you navigate, the active link is red.
1818

1919
## Active Class Name
2020

0 commit comments

Comments
 (0)