Tim Dorr hace 9 años
padre
commit
1f16858fb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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