Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#3785 from jlslew/fix/typo-in-waypoint…
Browse files Browse the repository at this point in the history
…-description

Fixes a small typo
  • Loading branch information
Aniruddh Agarwal committed Oct 17, 2015
2 parents 4024bd0 + 0794287 commit 77e794b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seed/challenges/basic-javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@
"id": "bd7123c9c450eddfaeb5bdef",
"title": "Use Bracket Notation to Find the Nth Character in a String",
"description": [
"You can also use <code>bracket Notation</code>to get the character at other positions within a string.",
"You can also use <code>bracket notation</code> 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 <code>thirdLetterOfLastName</code>to equal the <code>third letter</code> of the <code>lastName</code> variable.",
"Let's try to set <code>thirdLetterOfLastName</code> to equal the <code>third letter</code> of the <code>lastName</code> variable.",
"Try looking at the <code>secondLetterOfFirstName</code> variable declaration if you get stuck."
],
"tests": [
Expand Down

0 comments on commit 77e794b

Please sign in to comment.