File tree 2 files changed +2
-2
lines changed
packages/react-dom/src/events
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ export function dispatchEventForPluginEventSystem(
551
551
if (
552
552
enableLegacyFBSupport &&
553
553
// If our event flags match the required flags for entering
554
- // FB legacy mode and we are prcocessing the "click" event,
554
+ // FB legacy mode and we are processing the "click" event,
555
555
// then we can defer the event to the "document", to allow
556
556
// for legacy FB support, where the expected behavior was to
557
557
// match React < 16 behavior of delegated clicks to the doc.
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export function dispatchEvent(
252
252
return ;
253
253
}
254
254
// We need to clear only if we didn't queue because
255
- // queueing is accummulative .
255
+ // queueing is accumulative .
256
256
clearIfContinuousEvent ( domEventName , nativeEvent ) ;
257
257
}
258
258
You can’t perform that action at this time.
0 commit comments