From f2e49cd5a763bc5731087497b495444f19a3303a Mon Sep 17 00:00:00 2001 From: Siriron <127705750+Siriron@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:04:15 +0600 Subject: [PATCH] fix: correct typo and missing blank line in glossary.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Line 12: "Refers the Ethereum blockchain" → "Refers to the Ethereum blockchain" (missing word) - Line 434: Added missing blank line before ## Batch Submission header (Markdown formatting) --- docs/base-chain/specs/reference/glossary.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/base-chain/specs/reference/glossary.mdx b/docs/base-chain/specs/reference/glossary.mdx index 32e326024..b4599782c 100644 --- a/docs/base-chain/specs/reference/glossary.mdx +++ b/docs/base-chain/specs/reference/glossary.mdx @@ -9,7 +9,7 @@ description: "Glossary of terms and definitions used throughout the Base Chain p [L1]: glossary#layer-1-L1 -Refers the Ethereum blockchain, used in contrast to [layer 2][L2], which refers to Base. +Refers to the Ethereum blockchain, used in contrast to [layer 2][L2], which refers to Base. ### Layer 2 (L2) @@ -431,6 +431,7 @@ introduced the change. The gas limit may not be set to a value larger than the [maximum gas limit](../protocol/consensus/derivation#system-configuration). This is to ensure that L2 blocks are provable and can be processed by consensus and execution software. + ## Batch Submission [batch-submission]: glossary#batch-submission