diff --git a/src/client/sandbox/event/simulator.js b/src/client/sandbox/event/simulator.js index f571e90b3..8303647d0 100644 --- a/src/client/sandbox/event/simulator.js +++ b/src/client/sandbox/event/simulator.js @@ -406,7 +406,7 @@ export default class EventSimulator { let defaultPrevented = false; let returnValue = true; - // NOTE: the dispatchEvent method does not return false in the case when 'preventDefault' method + // NOTE: the dispatchEvent method does not return false in the case when preventDefault method // was called for events that were created with the KeyboardEvent constructor if (this.browserWithNewEventsStyle) { ev.preventDefault = function () {