Fix grammar in conventions.md (#20236) (#20252)

(cherry picked from commit af57bd3d48)

Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-09-27 16:39:39 +00:00
committed by GitHub
parent 502ae8b319
commit 5b52ac8990

View File

@ -30,11 +30,11 @@ the base58 encoding of your public key, such as
## Keypair conventions ## Keypair conventions
Many commands using the CLI tools require a value for a `<KEYPAIR>`. The value Many commands using the CLI tools require a value for a `<KEYPAIR>`. The value
you should use for the keypair depend on what type of you should use for the keypair depends on what type of
[command line wallet you created](../wallet-guide/cli.md). [command line wallet you created](../wallet-guide/cli.md).
For example, the way to display any wallet's address For example, the CLI help shows that the way to display any wallet's address
(also known as the keypair's pubkey), the CLI help document shows: (also known as the keypair's pubkey), is:
```bash ```bash
solana-keygen pubkey <KEYPAIR> solana-keygen pubkey <KEYPAIR>