Fix typos in terminology.md (#19977) (#19979)

(cherry picked from commit 1ec22572f2)

Co-authored-by: visortelle <visortelle@gmail.com>
This commit is contained in:
mergify[bot]
2021-09-17 16:48:55 +00:00
committed by GitHub
parent 9ad801a52c
commit b8ab6a46a8

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.
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:
an ed25519 public key
@ -234,7 +234,7 @@ A [block](terminology.md#block) or [slot](terminology.md#slot) that has reached
The component of a [validator](terminology.md#validator) responsible for [program](terminology.md#program) execution.
##Sealevel
## Sealevel
Solana's parallel smart contracts run-time.