Skip to content

Commit

Permalink
Fixed a word
Browse files Browse the repository at this point in the history
  • Loading branch information
kurzninja authored and 1hella committed Jun 19, 2015
1 parent b24699a commit 8ade99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/basic-bonfires.json
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@
"difficulty": "2.03",
"description": [
"Perform a search and replace on the sentence using the arguments provided and return the new sentence.",
"First argument is the sentence the perform the search and replace on.",
"First argument is the sentence to perform the search and replace on.",
"Second argument is the word that you will be replacing (before).",
"Third argument is what you will be replacing the second argument with (after).",
"NOTE: Preserve the case of the original word when you are replacing it. For example if you mean to replace the word 'Book' with the word 'dog', it should be replaced as 'Dog'",
Expand Down

0 comments on commit 8ade99b

Please sign in to comment.