Fix typos in terminology.md (#19977)

This commit is contained in:
visortelle
2021-09-17 19:30:10 +03:00
committed by GitHub
parent b8106e2450
commit 1ec22572f2

View File

@ -8,7 +8,7 @@ The following terms are used throughout the documentation.
A record in the Solana ledger that either holds data or is an executable program. A record in the Solana ledger that either holds data or is an executable program.
Like an account at a traditional bank, a Solana account may hold funds called [lamports](terminology.md#lamport). Like a file in Linux, it is addressable by a [key], often referred to as a (terminology.md#public-key) public key or pubkey. Like an account at a traditional bank, a Solana account may hold funds called [lamports](terminology.md#lamport). Like a file in Linux, it is addressable by a [key], often referred to as a [public key](terminology.md#public-key) or pubkey.
The key may be one of: The key may be one of:
an ed25519 public key an ed25519 public key