Skip to content

Commit de26d6d

Browse files
shubhamgautamcpojer
authored andcommitted
typo fix (facebook#15493)
changed ReactResponderContext.dispatchEvent otpions keys to options.
1 parent 64e3da2 commit de26d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ReactTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export type ReactResponderContext = {
165165
dispatchEvent: (
166166
eventObject: Object,
167167
listener: (Object) => void,
168-
otpions: ReactResponderDispatchEventOptions,
168+
options: ReactResponderDispatchEventOptions,
169169
) => void,
170170
isTargetWithinElement: (
171171
childTarget: Element | Document,

0 commit comments

Comments
 (0)