Commit aa40d189 authored by Maurelian's avatar Maurelian Committed by GitHub

Merge pull request #8542 from BorkBorked/develop

chore: fixed few typos in specs
parents b99dc27a c346e8c6
......@@ -130,8 +130,8 @@ Each L2 `block` with origin `l1_origin` is subject to the following constraints
denominated in seconds):
- `block.timestamp = prev_l2_timestamp + l2_block_time`
- `prev_l2_timestamp` is the timestamp of the L2 block immediately preceeding this one. If there
is no preceeding block, then this is the genesis block, and its timestamp is explicitly
- `prev_l2_timestamp` is the timestamp of the L2 block immediately preceding this one. If there
is no preceding block, then this is the genesis block, and its timestamp is explicitly
specified.
- `l2_block_time` is a configurable parameter of the time between L2 blocks (2s on Optimism).
......
......@@ -195,7 +195,7 @@ pre-confirm the transactions before the L1 confirms the data.
A sequencer is either a [rollup node][rollup-node] ran in sequencer mode, or the operator of this rollup node.
The sequencer is a priviledged actor, which receives L2 transactions from L2 users, creates L2 blocks using them, which
The sequencer is a privileged actor, which receives L2 transactions from L2 users, creates L2 blocks using them, which
it then submits to [data availability provider][avail-provider] (via a [batcher]). It also submits [output
roots][l2-output] to L1.
......@@ -455,7 +455,7 @@ batcher transaction.
[batcher]: glossary.md#batcher
A batcher is a software component (independant program) that is responsible to make channels available on a data
A batcher is a software component (independent program) that is responsible to make channels available on a data
availability provider. The batcher communicates with the rollup node in order to retrieve the channels. The channels are
then made available using [batcher transactions][batcher-transaction].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment