浏览代码

Add #107 manually.

Tim Dorr 9 年之前
父节点
当前提交
1f16858fb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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