Skip to content

Commit

Permalink
fix: typos in documentation files (#6961)
Browse files Browse the repository at this point in the history
Corrected WebsSocket to WebSocket

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
zeevick10 and bkchr authored Dec 20, 2024
1 parent a843d15 commit 97d3b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ polkadot-parachain \
```

#### External Relay Chain Node
An external relay chain node is connected via WebsSocket RPC by using the `--relay-chain-rpc-urls` command line
An external relay chain node is connected via WebSocket RPC by using the `--relay-chain-rpc-urls` command line
argument. This option accepts one or more space-separated WebSocket URLs to a full relay chain node. By default, only
the first URL will be used, with the rest as a backup in case the connection to the first node is lost.

Expand Down

0 comments on commit 97d3b86

Please sign in to comment.