From 5f58e0661b82a3c14e76ac5175fa21b0c5631d2a Mon Sep 17 00:00:00 2001 From: Jack May Date: Tue, 3 Dec 2019 16:45:59 -0800 Subject: [PATCH] Remove duplicate word (#7236) --- book/src/paper-wallet/keypair.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/paper-wallet/keypair.md b/book/src/paper-wallet/keypair.md index 9a85c1b1d4..71740670c4 100644 --- a/book/src/paper-wallet/keypair.md +++ b/book/src/paper-wallet/keypair.md @@ -36,7 +36,7 @@ solana-keygen new --help ## Public Key Derivation Public keys can be derived from a seed phrase and a passphrase if you choose to -use one. This is useful for using using an offline-generated seed phrase to +use one. This is useful for using an offline-generated seed phrase to derive a valid public key. The `solana-keygen pubkey` command will walk you through entering your seed phrase and a passphrase if you chose to use one.