Skip to content

Commit 2b34f2e

Browse files
authored
Proper capitalization
1 parent 6109448 commit 2b34f2e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.
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.
3232
2. **Source zone** shows the source code.
3333
3. **Information and control zone** is for debugging, we'll explore it soon.
3434

0 commit comments

Comments
 (0)