fixed small typo in challenge title

This commit is contained in:
Akira Laine
2016-02-11 18:38:05 +11:00
parent 7364147489
commit c2d7480c3b

View File

@ -6,7 +6,7 @@
"challenges": [ "challenges": [
{ {
"id": "cf1111c1c16feddfaeb6bdef", "id": "cf1111c1c16feddfaeb6bdef",
"title": "Use the Javascript Console", "title": "Use the JavaScript Console",
"description": [ "description": [
"Both Chrome and Firefox have excellent JavaScript consoles, also known as DevTools, for debugging your JavaScript.", "Both Chrome and Firefox have excellent JavaScript consoles, also known as DevTools, for debugging your JavaScript.",
"You can find <code>Developer tools</code> in your Chrome's menu or <code>Web Console</code> in FireFox's menu. If you're using a different browser, or a mobile phone, we strongly recommend switching to desktop Firefox or Chrome.", "You can find <code>Developer tools</code> in your Chrome's menu or <code>Web Console</code> in FireFox's menu. If you're using a different browser, or a mobile phone, we strongly recommend switching to desktop Firefox or Chrome.",