Skip to content

Commit

Permalink
Исправляет название метода (#5503)
Browse files Browse the repository at this point in the history
A mistake in the word
  • Loading branch information
Zakir-2-3 authored Sep 20, 2024
1 parent 2409427 commit 320c659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/event-prevent-default/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ links.addEventListener('click', (event) => {

```js
const runTimer = (inputElement) => {
setTimetout(() => {
setTimeout(() => {
inputElement.focus()
}, 5000)
}
Expand Down

0 comments on commit 320c659

Please sign in to comment.