You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/03-code-quality/01-debugging-chrome/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Let's click it and select `index.html` and then `hello.js` in the tree view. Her
28
28
29
29
Here we can see three zones:
30
30
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.
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
32
2.**Source zone** shows the source code.
33
33
3.**Information and control zone** is for debugging, we'll explore it soon.
0 commit comments