From d5afe68d4a7781d92b309d75acda7cb7ff9c2471 Mon Sep 17 00:00:00 2001 From: Paul Skarseth Date: Wed, 2 Mar 2016 15:21:58 +0000 Subject: [PATCH] Typo --- lessons/05-active-links.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lessons/05-active-links.md b/lessons/05-active-links.md index 731c8346..a63deb45 100644 --- a/lessons/05-active-links.md +++ b/lessons/05-active-links.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. @@ -82,4 +82,3 @@ Oh, how beautiful upon the renders is the composability of components. --- [Next: Params](06-params.md) -