From 8d0166c29d01d0d3f139f8c65cf707bbb080f41e Mon Sep 17 00:00:00 2001 From: Gaurav Makhecha Date: Fri, 8 Jan 2016 00:14:28 +0530 Subject: [PATCH] Add target to anchor in Waypoint Size Your Images Mad Libs link in instructions missing the target attribute to new tab. --- .../basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index d1ca00ef8fb..6962ca4b464 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -965,7 +965,7 @@ "id": "56533eb9ac21ba0edf2244b9", "title": "Constructing Strings with Variables", "description": [ - "Sometimes you will need to build a string, Mad Libs style. By using the concatenation operator (+), you can insert one or more variables into a string you're building.", + "Sometimes you will need to build a string, Mad Libs style. By using the concatenation operator (+), you can insert one or more variables into a string you're building.", "

Instructions

", "Set myName and build myStr with myName between the strings \"My name is \" and \" and I am swell!\"" ],