diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json
index e215cddda05..42071954e58 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": [