From 7a641ec4a91bf43930381f9a729c9d967b424dbf Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 16 Jul 2021 11:26:37 +1000 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e4e8e13ce..72668e4f8d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ There are two ways to send messages: #### Waku Relay -[Waku Relay](https://rfc.vac.dev/spec/11/) is the most decentralised option, +[Waku Relay](https://rfc.vac.dev/spec/11/) is the most decentralized option, peer receiving your messages are unlikely to know whether you are the originator or simply forwarding them. However, it does not give you any delivery information. @@ -178,7 +178,7 @@ const message = await WakuMessage.fromBytes(payload, { If you expect to receive encrypted messages then simply add private decryption key(s) to `WakuRelay`. Waku Relay will attempt to decrypt incoming messages with each keys, both for symmetric and asymmetric encryption. -Messages that are successfully decrypted (or received in clear) will be passed to the observers, other messages will be ommitted. +Messages that are successfully decrypted (or received in clear) will be passed to the observers, other messages will be omitted. ```ts // Asymmetric