Skip to content

Commit 9bd640c

Browse files
committed
minor fixes
1 parent fc2ba21 commit 9bd640c

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/debounce.view

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/debounce.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<input id="input2" placeholder="type here">
1313

1414
<p>
15-
<button id="result">The <code>handler</code> puts the current result here</button>
15+
<button id="result">The <code>handler</code> puts the result here</button>
1616

1717
<script>
1818
function handler(event) {

0 commit comments

Comments
 (0)