Skip to content

Commit 4e5773e

Browse files
levserotimdorr
authored andcommitted
fix grammar and terminology (reactjs#178)
1 parent a891b31 commit 4e5773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/05-active-links/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ primary navigation links need to know. It's useful to wrap those so you
5050
don't have to remember what your `activeClassName` or `activeStyle` is
5151
everywhere.
5252

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

0 commit comments

Comments
 (0)