From 781d14ad7707d6ca0dec38a18c8c19cd9309c742 Mon Sep 17 00:00:00 2001 From: Akira Laine Date: Thu, 11 Feb 2016 18:38:05 +1100 Subject: [PATCH] fixed small typo in challenge title --- .../automated-testing-and-debugging.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/03-back-end-development-certification/automated-testing-and-debugging.json b/challenges/03-back-end-development-certification/automated-testing-and-debugging.json index 407814949a..8c1e7eb0e7 100644 --- a/challenges/03-back-end-development-certification/automated-testing-and-debugging.json +++ b/challenges/03-back-end-development-certification/automated-testing-and-debugging.json @@ -6,7 +6,7 @@ "challenges": [ { "id": "cf1111c1c16feddfaeb6bdef", - "title": "Use the Javascript Console", + "title": "Use the JavaScript Console", "description": [ "Both Chrome and Firefox have excellent JavaScript consoles, also known as DevTools, for debugging your JavaScript.", "You can find Developer tools in your Chrome's menu or Web Console in FireFox's menu. If you're using a different browser, or a mobile phone, we strongly recommend switching to desktop Firefox or Chrome.",