From ef73666a626d5b9e3a225915c7876cf33ec0d9b5 Mon Sep 17 00:00:00 2001 From: greyhammer Date: Fri, 22 Jan 2016 08:16:38 -0600 Subject: [PATCH] fixed typo in seed/challenges/01-front-end-development-certification/basic-javascript.json, removed extra , at the end of the array --- .../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 1976e42d6e..c72f4a06d4 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -4002,7 +4002,7 @@ " \"lastName\": \"Vos\",", " \"number\": \"unknown\",", " \"likes\": [\"Javascript\", \"Gaming\", \"Foxes\"]", - " },", + " }", "];", "", "",