Skip to content

Commit 2dfa190

Browse files
authored
docs: typo
1 parent 782088c commit 2dfa190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/docs/clients/transports/websocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const transport = webSocket('wss://1.rpc.thirdweb.com/...', {
168168
- **Type:** `number`
169169
- **Default:** `150`
170170

171-
The base delay (in ms) between retries. By default, the Transport will use [exponential backoff](wss://en.wikipedia.org/wiki/Exponential_backoff) (`~~(1 << count) * retryDelay`), which means the time between retries is not constant.
171+
The base delay (in ms) between retries. By default, the Transport will use [exponential backoff](https://en.wikipedia.org/wiki/Exponential_backoff) (`~~(1 << count) * retryDelay`), which means the time between retries is not constant.
172172

173173
```ts twoslash
174174
import { webSocket } from 'viem'

0 commit comments

Comments
 (0)