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