From 72cec2ecabaca098f175866fbd56778f01a99e9f Mon Sep 17 00:00:00 2001 From: Jonathan Lee Slew Date: Sat, 17 Oct 2015 16:58:17 -0400 Subject: [PATCH] Added missing spaces and fixes a capitalization typo in the description of the "Use Bracket Notation to Find the Nth Character in a String" waypoint. See issue #3783 --- challenges/basic-javascript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index e215cddda0..42071954e5 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -178,9 +178,9 @@ "id": "bd7123c9c450eddfaeb5bdef", "title": "Use Bracket Notation to Find the Nth Character in a String", "description": [ - "You can also use bracket Notationto get the character at other positions within a string.", + "You can also use bracket notation to get the character at other positions within a string.", "Remember that computers start counting at 0, so the first character is actually the zeroth character.", - "Let's try to set thirdLetterOfLastNameto equal the third letter of the lastName variable.", + "Let's try to set thirdLetterOfLastName to equal the third letter of the lastName variable.", "Try looking at the secondLetterOfFirstName variable declaration if you get stuck." ], "tests": [