diff --git a/seed/challenges/01-front-end-development-certification/basic-bonfires.json b/seed/challenges/01-front-end-development-certification/basic-bonfires.json
index 5b1fc120fb..9aa4d72844 100644
--- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json
+++ b/seed/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) {",
diff --git a/server/views/redirect-https.html b/server/views/redirect-https.html
index e44313602d..0bf621c23b 100644
--- a/server/views/redirect-https.html
+++ b/server/views/redirect-https.html
@@ -4,6 +4,6 @@
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55446531-1', 'auto');
ga('require', 'displayfeatures');
-ga('send', 'pageview');
redirecting you... please wait...
redirecting you... please wait...