Skip to content

Commit 7a641ec

Browse files
committed
Fix typos
1 parent dd79e08 commit 7a641ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,
7070
peer receiving your messages are unlikely to know whether you are the originator or simply forwarding them.
7171
However, it does not give you any delivery information.
7272

@@ -178,7 +178,7 @@ const message = await WakuMessage.fromBytes(payload, {
178178

179179
If you expect to receive encrypted messages then simply add private decryption key(s) to `WakuRelay`.
180180
Waku 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

0 commit comments

Comments
 (0)