diff --git a/src/channel/ws_0_8.ts b/src/channel/ws_0_8.ts index 2ba860396..3103bc673 100644 --- a/src/channel/ws_0_8.ts +++ b/src/channel/ws_0_8.ts @@ -60,7 +60,7 @@ export type WebSocketOptions = { */ export class WebSocketChannel { /** - * WEbsocket RPC Node URL + * WebSocket RPC Node URL * @example 'wss://starknet-node.io/rpc/v0_8' */ public nodeUrl: string;