From 581802dad33ba2152e34d3582208004ba5729f68 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Wed, 9 Jun 2021 07:08:21 +0300 Subject: [PATCH] minor fixes --- 1-js/03-code-quality/01-debugging-chrome/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/01-debugging-chrome/article.md b/1-js/03-code-quality/01-debugging-chrome/article.md index 8c52735b..cf90f549 100644 --- a/1-js/03-code-quality/01-debugging-chrome/article.md +++ b/1-js/03-code-quality/01-debugging-chrome/article.md @@ -1,4 +1,4 @@ -# Debugging in Chrome +# Debugging in the browser Before writing more complex code, let's talk about debugging.