From f24fff8495e997f0d6e70295efbd077f1c427018 Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Tue, 28 Sep 2021 11:09:07 +1300 Subject: [PATCH] stake-accounts.md: fix grammar, link Solana Explorer (#20270) --- docs/src/staking/stake-accounts.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/src/staking/stake-accounts.md b/docs/src/staking/stake-accounts.md index 691ae00b61..c78224d88d 100644 --- a/docs/src/staking/stake-accounts.md +++ b/docs/src/staking/stake-accounts.md @@ -23,8 +23,8 @@ any control over the account. In fact, a keypair or private key may not even exist for a stake account's address. The only time a stake account's address has a keypair file is when [creating -a stake account using the command line tools](../cli/delegate-stake.md#create-a-stake-account), -a new keypair file is created first only to ensure that the stake account's +a stake account using the command line tools](../cli/delegate-stake.md#create-a-stake-account). +A new keypair file is created first only to ensure that the stake account's address is new and unique. #### Understanding Account Authorities @@ -137,7 +137,5 @@ re-created for the address to be used again. #### Viewing Stake Accounts -Stake account details can be viewed on the Solana Explorer by copying and pasting -an account address into the search bar. - -- http://explorer.solana.com/accounts +Stake account details can be viewed on the [Solana Explorer](http://explorer.solana.com/accounts) +by copying and pasting an account address into the search bar.