From 3a7c7a1bb7f9a604a2e26fc44ab7ff5eda103959 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 22 Jun 2021 10:48:54 +1000 Subject: [PATCH] Fix spelling --- .cspell.json | 3 +++ examples/eth-dm/src/crypto.ts | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.cspell.json b/.cspell.json index 699916421d..c77fadba33 100644 --- a/.cspell.json +++ b/.cspell.json @@ -19,10 +19,12 @@ "Dscore", "editorconfig", "esnext", + "ethersproject", "execa", "exponentiate", "fanout", "floodsub", + "fontsource", "globby", "gossipsub", "huilong", @@ -32,6 +34,7 @@ "ineed", "iwant", "jdev", + "keccak", "lastpub", "libauth", "libp", diff --git a/examples/eth-dm/src/crypto.ts b/examples/eth-dm/src/crypto.ts index f9397374cd..08a32f8732 100644 --- a/examples/eth-dm/src/crypto.ts +++ b/examples/eth-dm/src/crypto.ts @@ -32,8 +32,8 @@ export async function generateEthDmKeyPair( /** * Sign the Eth-DM public key with Web3. This can then be published to let other - * users know to use this Eth-DM public key to encrypt messages destinated to the - * Web3 account holder (ie, Ethereum Address holder). + * users know to use this Eth-DM public key to encrypt messages for the + * Ethereum Address holder. */ export async function createPublicKeyMessage( web3Signer: Signer,