Skip to content

Commit ab20ddd

Browse files
committed
minor
1 parent dc86dce commit ab20ddd

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Before writing more complex code, let's talk about debugging.
44

5-
[Debugging](https://en.wikipedia.org/wiki/Debugging) is the process of finding and fixing errors within script that prevent correct operation of application. All modern browsers and most other environments support debugging tools -- a special UI in developer tools that enable debugging much easier. It also allows to trace the code step by step to see what exactly is going on.
5+
[Debugging](https://en.wikipedia.org/wiki/Debugging) is the process of finding and fixing errors within a script. All modern browsers and most other environments support debugging tools -- a special UI in developer tools that enable debugging much easier. It also allows to trace the code step by step to see what exactly is going on.
66

77
We'll be using Chrome here, because it has enough features, most other browsers have a similar process`.
88

0 commit comments

Comments
 (0)