Skip to content

Commit fa2e161

Browse files
k4p7timdorr
authored andcommitted
Fix typo (reactjs#188)
1 parent f97d0b7 commit fa2e161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/05-active-links/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ it links to is active so you can style it differently.
66
## Active Styles
77

88
Let's see how it looks with inline styles, add `activeStyle` to your
9-
`Links`s.
9+
`Link`s.
1010

1111
```js
1212
// modules/App.js
@@ -52,7 +52,7 @@ primary navigation links need to know. It's useful to wrap those so you
5252
don't have to remember what your `activeClassName` or `activeStyle` is
5353
everywhere.
5454

55-
We will use a spread operator here, the three dots. It clones our props
55+
We will use a spread operator here, the three dots. It clones our props
5656
and in this use case it clones `activeClassName` to our desired component for
5757
us to benefit from.
5858

0 commit comments

Comments
 (0)