Skip to content

Commit

Permalink
Fix typo in bridge.js (#21621)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jun 4, 2021
1 parent e0d9b28 commit 4692699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-shared/src/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ type FrontendEvents = {|
// but the new frontend still dispatches them (in case older backends are listening to them instead).
//
// Note that this approach does no support the combination of a newer backend with an older frontend.
// It would be more work to suppot both approaches (and not run handlers twice)
// It would be more work to support both approaches (and not run handlers twice)
// so I chose to support the more likely/common scenario (and the one more difficult for an end user to "fix").
overrideContext: [OverrideValue],
overrideHookState: [OverrideHookState],
Expand Down

0 comments on commit 4692699

Please sign in to comment.