diff --git a/challenges/intermediate-bonfires.json b/challenges/intermediate-bonfires.json
index a85f6367e6..965767fb2e 100644
--- a/challenges/intermediate-bonfires.json
+++ b/challenges/intermediate-bonfires.json
@@ -187,7 +187,7 @@
"difficulty": "2.04",
"description": [
"Translate the provided string to pig latin.",
- "Pig Latin takes the first consonant (or consonant cluster) of an English word, moves it to the end of the word and suffixes an \"ay\".",
+ "Pig Latin takes the first consonant (or consonant cluster) of an English word, moves it to the end of the word and suffixes an \"ay\".",
"If a word begins with a vowel you just add \"way\" to the end.",
"Remember to use RSAP if you get stuck. Try to pair program. Write your own code."
],