Merge pull request #1223 from Violet-Bora-Lee/patch-17

minor fix
This commit is contained in:
Ilya Kantor 2019-08-07 22:28:37 +03:00 committed by GitHub
commit fc9b50fbbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`. 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. 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. - Open the [example page](debugging/index.html) in Chrome.
- Turn on developer tools with `key:F12` (Mac: `key:Cmd+Opt+I`). - 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: Here's what you should see if you are doing it for the first time: