Skip to content

Commit 70ca842

Browse files
committed
minor
1 parent db1e31b commit 70ca842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2-ui/2-events/05-dispatch-events/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Any handler can listen for that event with `rabbit.addEventListener('hide',...)`
207207
</script>
208208
```
209209

210-
Обратите внимание: событие должно иметь флаг `cancelable: true`, иначе вызов `event.preventDefault()` будет проигнорирован.
210+
Please note: the event must have the flag `cancelable: true`, otherwise the call `event.preventDefault()` is ignored.
211211

212212
## Events-in-events are synchronous
213213

0 commit comments

Comments
 (0)