We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e9680 commit 8e237caCopy full SHA for 8e237ca
lessons/09-index-links/README.md
@@ -48,7 +48,7 @@ We can use `Link` as well by passing it the `onlyActiveOnIndex` prop
48
That's fine, but we already abstracted away having to know what the
49
`activeClassName` is with `Nav`.
50
51
-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
52
the `{...spread}` syntax, so we can actually add the prop when we render
53
a `NavLink` and it will make its way down to the `Link`:
54
0 commit comments