Skip to content

Commit aa60a3e

Browse files
authored
Update article.md
1 parent 2b34f2e commit aa60a3e

File tree

1 file changed

+3
-3
lines changed
  • 1-js/03-code-quality/01-debugging-chrome

1 file changed

+3
-3
lines changed

β€Ž1-js/03-code-quality/01-debugging-chrome/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Let's click it and select `index.html` and then `hello.js` in the tree view. Her
2828

2929
Here we can see three zones:
3030

31-
1. **Resources zone** lists HTML, JavaScript, CSS and other files, including images that are attached to the page. Chrome extensions may appear here too.
32-
2. **Source zone** shows the source code.
33-
3. **Information and control zone** is for debugging, we'll explore it soon.
31+
1. The **Resources zone** lists HTML, JavaScript, CSS and other files, including images that are attached to the page. Chrome extensions may appear here too.
32+
2. The **Source zone** shows the source code.
33+
3. The **Information and control zone** is for debugging, we'll explore it soon.
3434

3535
Now you could click the same toggler <span class="devtools" style="background-position:-200px -76px"></span> again to hide the resources list and give the code some space.
3636

0 commit comments

Comments
 (0)