diff --git a/2-ui/2-events/05-dispatch-events/article.md b/2-ui/2-events/05-dispatch-events/article.md index 984e31d9..771f5527 100644 --- a/2-ui/2-events/05-dispatch-events/article.md +++ b/2-ui/2-events/05-dispatch-events/article.md @@ -207,7 +207,7 @@ Any handler can listen for that event with `rabbit.addEventListener('hide',...)` ``` -Обратите внимание: событие должно иметь флаг `cancelable: true`, иначе вызов `event.preventDefault()` будет проигнорирован. +Please note: the event must have the flag `cancelable: true`, otherwise the call `event.preventDefault()` is ignored. ## Events-in-events are synchronous