Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Different transaction types can contain different payloads, and be handled diffe

[fork-choice-rule]: glossary.md#fork-choice-rule

The fork choice rule is the rule used to determined which block is to be considered as the head of a blockchain. On L1,
The fork choice rule is the rule used to determine which block is to be considered as the head of a blockchain. On L1,
this is determined by the proof of stake rules.

L2 also has a fork choice rule, although the rules vary depending on whether we want the [safe L2 head][safe-l2-head],
Expand Down Expand Up @@ -591,7 +591,7 @@ In the current implementation, this is the L1 block number at which the output o

[safe-l2-block]: glossary.md#safe-l2-block

A safe L2 block is an L2 block can be derived entirely from L1 by a [rollup node][rollup-node]. This can vary between
A safe L2 block is an L2 block that can be derived entirely from L1 by a [rollup node][rollup-node]. This can vary between
Comment thread
trianglesphere marked this conversation as resolved.
Outdated
different nodes, based on their view of the L1 chain.

## Safe L2 Head
Expand Down