docs: Fix typo in program deploy instructions (#16572) (#16574)

(cherry picked from commit c8ed14c647)

Co-authored-by: Justin Starry <justin@solana.com>
This commit is contained in:
mergify[bot]
2021-04-15 14:04:54 +00:00
committed by GitHub
parent 87494812a7
commit 2e5ad16b62

View File

@ -142,7 +142,7 @@ Or to recover the account's lamports, pass it as the
To recover the keypair: To recover the keypair:
```bash ```bash
solana-keypair recover -o <KEYPAIR_PATH> solana-keygen recover -o <KEYPAIR_PATH>
``` ```
When asked, enter the 12-word seed phrase. When asked, enter the 12-word seed phrase.