diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index c80aeff3f2..a2d4cb3d8d 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -969,7 +969,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!\"" ],