Skip to content

Commit 2bbf6a9

Browse files
authored
Merge pull request #1 from twgardner2/shown_to_show_in_debugging
Fix typo
2 parents 21d71c0 + a5e850e commit 2bbf6a9

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
@@ -101,7 +101,7 @@ Please open the informational dropdowns to the right (labeled with arrows). They
101101

102102
1. **`Watch` -- shows current values for any expressions.**
103103

104-
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.
104+
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.
105105

106106
2. **`Call Stack` -- shows the nested calls chain.**
107107

0 commit comments

Comments
 (0)