From c432a6ad619038d8f0e4ea8f8d0e10e4865ea9fe Mon Sep 17 00:00:00 2001 From: Carlos Vigil Date: Thu, 21 Jul 2016 07:15:14 -0400 Subject: [PATCH] Correct Decoding a Binary Number description text Changed spelling of "staring" to "starting". --- seed/challenges/04-video-challenges/computer-basics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/04-video-challenges/computer-basics.json b/seed/challenges/04-video-challenges/computer-basics.json index ae034441f7..552b7552cf 100644 --- a/seed/challenges/04-video-challenges/computer-basics.json +++ b/seed/challenges/04-video-challenges/computer-basics.json @@ -212,7 +212,7 @@ "description": [ "In this video, we decode a number written in binary notation.", "Let's talk about the binary numeral system, also known as a bunch of 1's and 0's over and over again.", - "We're going to start by labeling, staring backwards, how many numbers there are.", + "We're going to start by labeling, starting backwards, how many numbers there are.", "(In this video there are 7, but we start at 0, so we only get up to 6.) Pretty straightforward.", "The next step is to take 2 to the power of whatever place it is, a 2 to the 0, 2 to the 1, all the way up to the largest placeholder.", "Then, all we have to do is fill in some mathematical blanks by completing the exponential 2 problems.",