From 4e530945e59956ab887017f5fa3a1ab73197cef1 Mon Sep 17 00:00:00 2001 From: Alex Muraro Date: Thu, 6 Apr 2017 11:20:41 +0200 Subject: [PATCH] Fixed typo --- 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 329498c3..44bc1fbe 100644 --- a/1-js/03-code-quality/01-debugging-chrome/article.md +++ b/1-js/03-code-quality/01-debugging-chrome/article.md @@ -118,7 +118,7 @@ Please open the informational dropdowns to the right (labelled with arrows). The ## Tracing the execution -Now let's time to *trace* the script. +Now it's time to *trace* the script. There are buttons for it at the top of the right pane. Let's engage them.