Skip to content

Commit 8e237ca

Browse files
committed
Add reactjs#30 manually.
1 parent 82e9680 commit 8e237ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/09-index-links/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We can use `Link` as well by passing it the `onlyActiveOnIndex` prop
4848
That's fine, but we already abstracted away having to know what the
4949
`activeClassName` is with `Nav`.
5050

51-
Remember, in `Nav` we're passing along all of our props to `Link` with
51+
Remember, in `NavLink` we're passing along all of our props to `Link` with
5252
the `{...spread}` syntax, so we can actually add the prop when we render
5353
a `NavLink` and it will make its way down to the `Link`:
5454

0 commit comments

Comments
 (0)