Skip to content

Commit 31d0966

Browse files
authored
typo fix in comment (#20153)
1 parent 2af07d3 commit 31d0966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/events/DOMPluginEventSystem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function extractEvents(
133133
// invalidates the heuristics of the event plugin. We
134134
// could alter all these plugins to work in such ways, but
135135
// that might cause other unknown side-effects that we
136-
// can't forsee right now.
136+
// can't foresee right now.
137137
if (shouldProcessPolyfillPlugins) {
138138
EnterLeaveEventPlugin.extractEvents(
139139
dispatchQueue,

0 commit comments

Comments
 (0)