Browse Source

Add #107 manually.

Tim Dorr 9 năm trước cách đây
mục cha
commit
1f16858fb0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lessons/05-active-links/README.md

+ 1 - 1
lessons/05-active-links/README.md

@@ -14,7 +14,7 @@ Let's see how it looks with inline styles, add `activeStyle` to your
 <li><Link to="/repos" activeStyle={{ color: 'red' }}>Repos</Link></li>
 ```
 
-How as you navigate, the active link is red.
+Now as you navigate, the active link is red.
 
 ## Active Class Name