Skip to content

Commit d9e0b50

Browse files
authored
Merge pull request #11451 from fselmo/websockets-update
Minor updates to websockets tutorial page
2 parents 49f3acb + 86e0ba2 commit d9e0b50

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
@@ -79,7 +79,7 @@ While the subscription is active, you will receive events which are objects with
7979
- `jsonrpc`: Always "2.0"
8080
- `method`: Always "eth_subscription"
8181
- `params`: An object with the following fields:
82-
- `subscription`: The subscription ID returned by the `eth_subscription` call which created this subscription.
82+
- `subscription`: The subscription ID returned by the `eth_subscribe` call which created this subscription.
8383
- `result`: An object whose contents vary depending on the type of subscription.
8484

8585
#### Subscription types {#subscription-types}

0 commit comments

Comments
 (0)