From d72ed297dea58fb20c55ca2e5849f84bfdb3679d Mon Sep 17 00:00:00 2001 From: Arsen Melikyan Date: Wed, 2 Sep 2015 00:14:57 +0400 Subject: [PATCH] fixes a small typo --- challenges/intermediate-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/intermediate-bonfires.json b/challenges/intermediate-bonfires.json index f50156c26a..22ef8081ae 100644 --- a/challenges/intermediate-bonfires.json +++ b/challenges/intermediate-bonfires.json @@ -232,7 +232,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": [