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 379c20c8649..43171e3dcc6 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -1030,7 +1030,7 @@ "id": "56533eb9ac21ba0edf2244b9", "title": "Constructing Strings with Variables", "description": [ - "Sometimes you will need to build a string, Mad Libs style. By using the concatanation operator (+) you can insert one or more varaibles 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!\"" ],