Skip to content

Commit 5ed8f02

Browse files
authored
docs: Fix grammatical issues Update glossary.mdx
1 parent 82d99f2 commit 5ed8f02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/connect/resources/glossary.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ derivation then acts as a sanity check and a way to detect L1 chain re-orgs.
115115

116116
#### Time slot
117117

118-
On L2, there is a block every 2 second (this duration is known as the [block time](#block-time)).
118+
On L2, there is a block every 2 seconds (this duration is known as the [block time](#block-time)).
119119
We say that there is a "time slot" every multiple of 2s after the timestamp of the [L2 genesis block](#l2-genesis-block).
120120
On L1, post-merge, the time slots are every 12s. However, an L1 block may not be produced for every time slot, in case
121121
of even benign consensus issues.
@@ -265,7 +265,7 @@ pre-confirm the transactions before the L1 confirms the data.
265265

266266
#### Sequencer
267267

268-
The specific entity or smart contract which has priority when submitting transactions to an OP Chain, can be either a [rollup node](#rollup-node) ran in sequencer mode or the operator of this rollup node.
268+
The specific entity or smart contract which has priority when submitting transactions to an OP Chain, can be either a [rollup node](#rollup-node) run in sequencer mode or the operator of this rollup node.
269269
The sequencer receives L2 transactions from L2 users, creates L2 blocks using them, which it then submits to [data availability provider](#data-availability-provider) (via a [batcher](#batcher)).
270270
It also submits [output roots](#l2-output-root) to L1.
271271

@@ -359,7 +359,7 @@ of the channel are seen, or else these frames are ignored.)
359359

360360
Guarantee that some data will be "available" (i.e. *retrievable*) during a reasonably long time
361361
window. In Optimism's case, the data in question are [sequencer batches](#sequencer-batch) that [validators](#validator)
362-
needs in order to verify the sequencer's work and validate the L2 chain. The [finalization period](#finalization-period)
362+
need in order to verify the sequencer's work and validate the L2 chain. The [finalization period](#finalization-period)
363363
should be taken as the lower bound on the availability window, since that is when data availability is the most crucial,
364364
as it is needed to perform a [fault proof](#fault-proof). "Availability" **does not** mean guaranteed long-term storage of the data.
365365

0 commit comments

Comments
 (0)