Skip to content

Commit 4b8f153

Browse files
authored
Typo Fix on '1. Watch' section.
Removed a double 'in in' on the '1. Watch...' section.
1 parent 3cc5f4c commit 4b8f153

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 show 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 the process of execution.
105105

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

0 commit comments

Comments
 (0)