Minor grammar fix (#22234)

* Minor grammar fix

* Minor grammar fix
This commit is contained in:
Franco Victorio 2021-01-25 17:41:12 -03:00 committed by GitHub
parent 0286be77d2
commit 2c81e00ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Example:
### 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
option.
2. subscriptions require a full duplex connection. Geth offers such connections in the
@ -41,7 +41,7 @@ Example:
## 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.
### Parameters