Skip to content

Commit e9860d4

Browse files
fixed: typo in react-devtools/README.md Websocked -> Websocket (#20376)
1 parent 41c5d00 commit e9860d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Be sure to run this function *before* importing e.g. `react`, `react-dom`, `reac
2121
The `config` object may contain:
2222
* `host: string` (defaults to "localhost") - Websocket will connect to this host.
2323
* `port: number` (defaults to `8097`) - Websocket will connect to this port.
24-
* `useHttps: boolean` (defaults to `false`) - Websocked should use a secure protocol (wss).
24+
* `useHttps: boolean` (defaults to `false`) - Websocket should use a secure protocol (wss).
2525
* `websocket: Websocket` - Custom websocket to use. Overrides `host` and `port` settings if provided.
2626
* `resolveRNStyle: (style: number) => ?Object` - Used by the React Native style plug-in.
2727
* `retryConnectionDelay: number` (defaults to `2000`) - Milliseconds delay to wait between retrying a failed Websocket connection.

0 commit comments

Comments
 (0)