From 2c81e00ea7a9157793567a1df6c7052fde271c9f Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Mon, 25 Jan 2021 17:41:12 -0300 Subject: [PATCH] Minor grammar fix (#22234) * Minor grammar fix * Minor grammar fix --- docs/_rpc/pubsub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_rpc/pubsub.md b/docs/_rpc/pubsub.md index a6de88b06c..d9bd4c7224 100644 --- a/docs/_rpc/pubsub.md +++ b/docs/_rpc/pubsub.md @@ -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