From bcc7cb50b22258bf0d1cb47cac8bf8a69ab1ae04 Mon Sep 17 00:00:00 2001 From: "Violet.Lee" Date: Thu, 8 Aug 2019 02:48:10 +0900 Subject: [PATCH] minor fix source pane --> Source pane --- 1-js/03-code-quality/01-debugging-chrome/article.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-js/03-code-quality/01-debugging-chrome/article.md b/1-js/03-code-quality/01-debugging-chrome/article.md index 39ad16a4..97b8e0bf 100644 --- a/1-js/03-code-quality/01-debugging-chrome/article.md +++ b/1-js/03-code-quality/01-debugging-chrome/article.md @@ -6,13 +6,13 @@ All modern browsers and most other environments support "debugging" -- a special We'll be using Chrome here, because it has enough features, most other browsers have a similar process`. -## The "sources" pane +## The "Sources" pane Your Chrome version may look a little bit different, but it still should be obvious what's there. - Open the [example page](debugging/index.html) in Chrome. - Turn on developer tools with `key:F12` (Mac: `key:Cmd+Opt+I`). -- Select the `sources` pane. +- Select the `Sources` pane. Here's what you should see if you are doing it for the first time: