From 3c118b4d8d42976a23a2ef378b0a3cce0bf67d69 Mon Sep 17 00:00:00 2001 From: Pwter Date: Fri, 12 Feb 2016 23:03:40 +0100 Subject: [PATCH] Update jslingo.json --- seed/challenges/04-video-challenges/jslingo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/04-video-challenges/jslingo.json b/seed/challenges/04-video-challenges/jslingo.json index 43681bc526..475f03b56f 100644 --- a/seed/challenges/04-video-challenges/jslingo.json +++ b/seed/challenges/04-video-challenges/jslingo.json @@ -121,7 +121,7 @@ }, { "id": "56b15f15632298c12f315189", - "title": "JavaScript Lingo: Finding and Indexing Data in Arays", + "title": "JavaScript Lingo: Finding and Indexing Data in Arrays", "description": [ "There are many reasons you might need to access a certain piece of data from within a larger set, and you do that by referencing it's index.", "We won't get into syntax now, but you should know that the first thing in an array is actually index 0.",