소스 검색

Add #30 manually.

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

+ 1 - 1
lessons/09-index-links/README.md

@@ -48,7 +48,7 @@ We can use `Link` as well by passing it the `onlyActiveOnIndex` prop
 That's fine, but we already abstracted away having to know what the
 `activeClassName` is with `Nav`.
 
-Remember, in `Nav` we're passing along all of our props to `Link` with
+Remember, in `NavLink` we're passing along all of our props to `Link` with
 the `{...spread}` syntax, so we can actually add the prop when we render
 a `NavLink` and it will make its way down to the `Link`: