소스 검색

Add #74 manually.

Tim Dorr 9 년 전
부모
커밋
9e70b87279
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lessons/05-active-links/README.md

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

@@ -47,7 +47,7 @@ our `index.html`.
 ## Nav Link Wrappers
 
 Most links in your site don't need to know they are active, usually just
-primary navigation links need to know. Its useful to wrap those so you
+primary navigation links need to know. It's useful to wrap those so you
 don't have to remember what your `activeClassName` or `activeStyle` is
 everywhere.