Minor grammar fix (#22234)

* Minor grammar fix

* Minor grammar fix
pull/22255/head
Franco Victorio 4 years ago committed by GitHub
parent 0286be77d2
commit 2c81e00ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/_rpc/pubsub.md

@ -26,7 +26,7 @@ Example:
### Considerations ### Considerations
1. notifications are send for current events and not for past events. If your use case 1. notifications are sent for current events and not for past events. If your use case
requires you not to miss any notifications than subscriptions are probably not the best requires you not to miss any notifications than subscriptions are probably not the best
option. option.
2. subscriptions require a full duplex connection. Geth offers such connections in the 2. subscriptions require a full duplex connection. Geth offers such connections in the
@ -41,7 +41,7 @@ Example:
## Create subscription ## Create subscription
Subscriptions are creates with a regular RPC call with `eth_subscribe` as method and the Subscriptions are created with a regular RPC call with `eth_subscribe` as method and the
subscription name as first parameter. If successful it returns the subscription id. subscription name as first parameter. If successful it returns the subscription id.
### Parameters ### Parameters

Loading…
Cancel
Save