Skip to content

Commit 86e0ba2

Browse files
committed
typo fix: eth_subscribe is the original request
1 parent 3a60904 commit 86e0ba2

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/using-websockets

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/using-websockets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ While the subscription is active, you will receive events which are objects with
8888
- `jsonrpc`: Always "2.0"
8989
- `method`: Always "eth_subscription"
9090
- `params`: An object with the following fields:
91-
- `subscription`: The subscription ID returned by the `eth_subscription` call which created this subscription.
91+
- `subscription`: The subscription ID returned by the `eth_subscribe` call which created this subscription.
9292
- `result`: An object whose contents vary depending on the type of subscription.
9393

9494
#### Subscription types {#subscription-types}

0 commit comments

Comments
 (0)