diff --git a/challenges/01-front-end-development-certification/basic-bonfires.json b/challenges/01-front-end-development-certification/basic-bonfires.json index 5b1fc120fbe..9aa4d72844b 100644 --- a/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/challenges/01-front-end-development-certification/basic-bonfires.json @@ -536,7 +536,7 @@ "Use the array methods slice and splice to copy each element of the first array into the second array, in order.", "Begin inserting elements at index n of the second array.", "Return the resulting array. The input arrays should remain the same after the function runs.", - "Remember to use Read-Search-Ask if you get stuck. Write your own code." + "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [ "function frankenSplice(arr1, arr2, n) {",