Skip to content

Commit a5e850e

Browse files
authored
Fix typo
1 parent 21d71c0 commit a5e850e

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)