From a5e850eb8eb4d3d4a7248eb8ad9ecb15d49a66ff Mon Sep 17 00:00:00 2001 From: twgardner2 Date: Sat, 2 Sep 2017 10:15:18 +0200 Subject: [PATCH] Fix 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 53635ab8..14efb9a5 100644 --- a/1-js/03-code-quality/01-debugging-chrome/article.md +++ b/1-js/03-code-quality/01-debugging-chrome/article.md @@ -101,7 +101,7 @@ Please open the informational dropdowns to the right (labeled with arrows). They 1. **`Watch` -- shows current values for any expressions.** - You can click the plus `+` and input an expression. The debugger will shown its value at any moment, automatically recalculating it in in the process of execution. + You can click the plus `+` and input an expression. The debugger will show its value at any moment, automatically recalculating it in in the process of execution. 2. **`Call Stack` -- shows the nested calls chain.**