From 638534fecd05a8ef2fbfb93100d8debc4fa02fa1 Mon Sep 17 00:00:00 2001 From: arindampradhan Date: Fri, 4 Dec 2020 13:13:12 +0530 Subject: [PATCH] fixed: typo in react-devtools/README.md Websocked -> Websocket --- packages/react-devtools-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-devtools-core/README.md b/packages/react-devtools-core/README.md index 39a42bbfdad10..d139bf2e3b9b7 100644 --- a/packages/react-devtools-core/README.md +++ b/packages/react-devtools-core/README.md @@ -21,7 +21,7 @@ Be sure to run this function *before* importing e.g. `react`, `react-dom`, `reac The `config` object may contain: * `host: string` (defaults to "localhost") - Websocket will connect to this host. * `port: number` (defaults to `8097`) - Websocket will connect to this port. -* `useHttps: boolean` (defaults to `false`) - Websocked should use a secure protocol (wss). +* `useHttps: boolean` (defaults to `false`) - Websocket should use a secure protocol (wss). * `websocket: Websocket` - Custom websocket to use. Overrides `host` and `port` settings if provided. * `resolveRNStyle: (style: number) => ?Object` - Used by the React Native style plug-in. * `retryConnectionDelay: number` (defaults to `2000`) - Milliseconds delay to wait between retrying a failed Websocket connection.