Skip to content

Commit

Permalink
typo fix (#15493)
Browse files Browse the repository at this point in the history
changed ReactResponderContext.dispatchEvent otpions keys to options.
  • Loading branch information
shubhamgautam authored and cpojer committed Apr 25, 2019
1 parent 64e3da2 commit de26d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/ReactTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export type ReactResponderContext = {
dispatchEvent: (
eventObject: Object,
listener: (Object) => void,
otpions: ReactResponderDispatchEventOptions,
options: ReactResponderDispatchEventOptions,
) => void,
isTargetWithinElement: (
childTarget: Element | Document,
Expand Down

0 comments on commit de26d6d

Please sign in to comment.