Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lessons/05-active-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -82,4 +82,3 @@ Oh, how beautiful upon the renders is the composability of components.
---

[Next: Params](06-params.md)