File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ There are two ways to send messages:
6666
6767#### Waku Relay
6868
69- [ Waku Relay] ( https://rfc.vac.dev/spec/11/ ) is the most decentralised option,
69+ [ Waku Relay] ( https://rfc.vac.dev/spec/11/ ) is the most decentralized option,
7070peer receiving your messages are unlikely to know whether you are the originator or simply forwarding them.
7171However, it does not give you any delivery information.
7272
@@ -178,7 +178,7 @@ const message = await WakuMessage.fromBytes(payload, {
178178
179179If you expect to receive encrypted messages then simply add private decryption key(s) to ` WakuRelay ` .
180180Waku Relay will attempt to decrypt incoming messages with each keys, both for symmetric and asymmetric encryption.
181- Messages that are successfully decrypted (or received in clear) will be passed to the observers, other messages will be ommitted .
181+ Messages that are successfully decrypted (or received in clear) will be passed to the observers, other messages will be omitted .
182182
183183``` ts
184184// Asymmetric
You can’t perform that action at this time.
0 commit comments