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 f97d0b7 commit fa2e161Copy full SHA for fa2e161
lessons/05-active-links/README.md
@@ -6,7 +6,7 @@ it links to is active so you can style it differently.
6
## Active Styles
7
8
Let's see how it looks with inline styles, add `activeStyle` to your
9
-`Links`s.
+`Link`s.
10
11
```js
12
// modules/App.js
@@ -52,7 +52,7 @@ primary navigation links need to know. It's useful to wrap those so you
52
don't have to remember what your `activeClassName` or `activeStyle` is
53
everywhere.
54
55
-We will use a spread operator here, the three dots. It clones our props
+We will use a spread operator here, the three dots. It clones our props
56
and in this use case it clones `activeClassName` to our desired component for
57
us to benefit from.
58
0 commit comments