From 54441e56d3248ce03a3258ec19d684a16c763ba9 Mon Sep 17 00:00:00 2001 From: bittrainee <90741709+bittrainee@users.noreply.github.com> Date: Mon, 16 May 2022 01:48:09 +0800 Subject: [PATCH] fix typo --- docs/_rpc/pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_rpc/pubsub.md b/docs/_rpc/pubsub.md index e6eaaec35b..be62f0ac94 100644 --- a/docs/_rpc/pubsub.md +++ b/docs/_rpc/pubsub.md @@ -27,7 +27,7 @@ Example: ### Considerations 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 then subscriptions are probably not the best option. 2. subscriptions require a full duplex connection. Geth offers such connections in the form of WebSocket and IPC (enabled by default).