diff --git a/seed/challenges/intermediate-bonfires.json b/seed/challenges/intermediate-bonfires.json
index 208b4fa7df..bc1578db37 100644
--- a/seed/challenges/intermediate-bonfires.json
+++ b/seed/challenges/intermediate-bonfires.json
@@ -275,7 +275,7 @@
"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.",
"For example, for the input GCG, return [['G', 'C'], ['C','G'],['G', 'C']]",
- "The charater and its pair are paired up in an array, and all the arrays are grouped into one encapsulating array.",
+ "The character and its pair are paired up in an array, and all the arrays are grouped into one encapsulating array.",
"Remember to use Read-Search-Ask if you get stuck. Try to pair program. Write your own code."
],
"challengeSeed": [