Skip to content

Commit 87e159f

Browse files
authored
Update article.md
1 parent 9994a73 commit 87e159f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/01-getting-started/3-devtools/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Developer console
22

3-
Code is prone to errors. You are quite likely to have errors... Oh, what am I'm talking about? You are *absolutely* going to make errors, at least if you're a human, not a [robot](https://en.wikipedia.org/wiki/Bender_(Futurama)).
3+
A code is prone to errors. You are quite likely to have errors... Oh, what am I talking about? You are *absolutely* going to make errors, at least if you're a human, not a [robot](https://en.wikipedia.org/wiki/Bender_(Futurama)).
44

55
But in the browser, a user doesn't see the errors by default. So, if something goes wrong in the script, we won't see what's broken and can't fix it.
66

@@ -26,7 +26,7 @@ It looks somewhat like this:
2626

2727
![chrome](chrome.png)
2828

29-
The exact message you see will depend on your version of Chrome. It changes from time to time, but should be similar.
29+
The exact look of developer tools depends on your version of Chrome. It changes from time to time, but should be similar.
3030

3131
- Here we can see the red-colored error message. In this case the script contains an unknown "lalala" command.
3232
- On the right, there is a clickable link to the source `bug.html:12` with the line number where the error has occured.

0 commit comments

Comments
 (0)