From 61dc6cb5538766dcc662fbcf366f31c25b1a9290 Mon Sep 17 00:00:00 2001 From: Levi Serebryanski Date: Thu, 26 May 2016 12:24:03 -0400 Subject: [PATCH] fix grammar and terminology --- lessons/05-active-links/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/05-active-links/README.md b/lessons/05-active-links/README.md index 774d0e87..9df2db0b 100644 --- a/lessons/05-active-links/README.md +++ b/lessons/05-active-links/README.md @@ -50,7 +50,7 @@ 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. -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 and in this use case it clones `activeClassName` to our desired component for us to benefit from.