From ec1ca9081f2010da2d0013c59291725a78961bc0 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Thu, 24 Dec 2015 08:37:35 -0800 Subject: [PATCH] Fixed Spelling Error --- .../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 b6ca72b64e..58e7f00bf4 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -977,7 +977,7 @@ "description": [ "We can also use the += operator to concatanate a string onto the end of an existing string. This can be very helpful to break a long string over several lines.", "

Instructions

", - "Build myStr over several lines by concatanating these two strings:
\"This is the first line. \" and \"This is the second line.\" using the += operator." + "Build myStr over several lines by concatenating these two strings:
\"This is the first line. \" and \"This is the second line.\" using the += operator." ], "releasedOn": "11/27/2015", "tests": [