We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c5d00 commit e9860d4Copy full SHA for e9860d4
packages/react-devtools-core/README.md
@@ -21,7 +21,7 @@ Be sure to run this function *before* importing e.g. `react`, `react-dom`, `reac
21
The `config` object may contain:
22
* `host: string` (defaults to "localhost") - Websocket will connect to this host.
23
* `port: number` (defaults to `8097`) - Websocket will connect to this port.
24
-* `useHttps: boolean` (defaults to `false`) - Websocked should use a secure protocol (wss).
+* `useHttps: boolean` (defaults to `false`) - Websocket should use a secure protocol (wss).
25
* `websocket: Websocket` - Custom websocket to use. Overrides `host` and `port` settings if provided.
26
* `resolveRNStyle: (style: number) => ?Object` - Used by the React Native style plug-in.
27
* `retryConnectionDelay: number` (defaults to `2000`) - Milliseconds delay to wait between retrying a failed Websocket connection.
0 commit comments