Skip to content

Commit 4692699

Browse files
author
Ikko Ashimine
authored
Fix typo in bridge.js (#21621)
1 parent e0d9b28 commit 4692699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/bridge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ type FrontendEvents = {|
238238
// but the new frontend still dispatches them (in case older backends are listening to them instead).
239239
//
240240
// 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)
241+
// It would be more work to support both approaches (and not run handlers twice)
242242
// so I chose to support the more likely/common scenario (and the one more difficult for an end user to "fix").
243243
overrideContext: [OverrideValue],
244244
overrideHookState: [OverrideHookState],

0 commit comments

Comments
 (0)