Index: utils/apidoc/mdn/crawl.js |
diff --git a/utils/apidoc/mdn/crawl.js b/utils/apidoc/mdn/crawl.js |
index d4965eb920d8d4815d075631e14aefcd404a4b5c..02cb97ac35f1451a95d6adcf3532e43bedf0ec2c 100644 |
--- a/utils/apidoc/mdn/crawl.js |
+++ b/utils/apidoc/mdn/crawl.js |
@@ -17,7 +17,7 @@ function scrape(filename, link) { |
var prefix = 'https://developer.mozilla.org/'; |
var notFoundPrefix = 'https://developer.mozilla.org/Article_not_found?uri='; |
if (link.indexOf(prefix) != 0 ) { |
- throw "Unexpected url:" + link; |
+ throw "Unexpected url: " + link; |
} |
var scrapePath = "/search?q=cache:" + link; |
// We crawl content from googleusercontent.com so we don't have to worry about |