diff --git a/challenges/intermediate-bonfires.json b/challenges/intermediate-bonfires.json
index 6a87b21446..1f2c681c89 100644
--- a/challenges/intermediate-bonfires.json
+++ b/challenges/intermediate-bonfires.json
@@ -229,7 +229,7 @@
"difficulty": "2.05",
"description": [
"The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.",
- "Base pairs are a pair of AT and CG. Match the missing element to the provided character.",
+ "Base pairs are a pair of AT and CG. Match the missing element to the provided character.",
"Return the provided character as the first element in each array.",
"Remember to use RSAP if you get stuck. Try to pair program. Write your own code."
],