diff --git a/files/en-us/web/api/eventtarget/dispatchevent/index.md b/files/en-us/web/api/eventtarget/dispatchevent/index.md index 71250dc401a9929..d21d68c95f53eaf 100644 --- a/files/en-us/web/api/eventtarget/dispatchevent/index.md +++ b/files/en-us/web/api/eventtarget/dispatchevent/index.md @@ -37,7 +37,7 @@ dispatchEvent(event) ### Return value -`false` if `event` is cancelable, and at least one of the event handlers which received `event` called {{domxref("Event.preventDefault()")}}. Otherwise `true`. +The `dispatchEvent()` method returns `false` if the event is cancelable and at least one of the event listeners calls {{domxref("Event.preventDefault()")}}. Otherwise, it returns `true`. ### Exceptions