Merge pull request #6883 from AkiraLaine/typo/testing-debugging

fixed small typo in challenge title
This commit is contained in:
Logan Tegman
2016-02-11 11:35:39 -08:00

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.",