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 a891b31 commit 4e5773eCopy full SHA for 4e5773e
lessons/05-active-links/README.md
@@ -50,7 +50,7 @@ primary navigation links need to know. It's useful to wrap those so you
50
don't have to remember what your `activeClassName` or `activeStyle` is
51
everywhere.
52
53
-We will use an spread attribute here, the three dots. It clones our props
+We will use a spread operator here, the three dots. It clones our props
54
and in this use case it clones `activeClassName` to our desired component for
55
us to benefit from.
56
0 commit comments