Skip to content

Commit

Permalink
fixed: typo in react-devtools/README.md Websocked -> Websocket (#20376)
Browse files Browse the repository at this point in the history
  • Loading branch information
arindampradhan committed Dec 4, 2020
1 parent 41c5d00 commit e9860d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e9860d4

Please sign in to comment.