We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d9b28 commit 4692699Copy full SHA for 4692699
packages/react-devtools-shared/src/bridge.js
@@ -238,7 +238,7 @@ type FrontendEvents = {|
238
// but the new frontend still dispatches them (in case older backends are listening to them instead).
239
//
240
// Note that this approach does no support the combination of a newer backend with an older frontend.
241
- // 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)
242
// so I chose to support the more likely/common scenario (and the one more difficult for an end user to "fix").
243
overrideContext: [OverrideValue],
244
overrideHookState: [OverrideHookState],
0 commit comments