Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1-js/03-code-quality/01-debugging-chrome/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down