From 216b4ba4f5d73520a94d5cf06b84669d22f589d4 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Thu, 31 Dec 2015 18:55:11 -0800 Subject: [PATCH] Fix typo in Subtraction Waypoint --- .../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 ee385d8b7c..a8d6fef034 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -298,7 +298,7 @@ "JavaScript uses the - symbol for subtraction.", "", "Example", - "
myVAr = 12 - 6; // assigned 6
", + "
myVar = 12 - 6; // assigned 6
", "", "

Instructions

", "Change the 0 so the difference is 12."