From 625e2eb0ce7357d126224187cd9a42ba65b5213f Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:38:02 +0200 Subject: [PATCH] fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> --- docs/public-networks/concepts/transactions/types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public-networks/concepts/transactions/types.md b/docs/public-networks/concepts/transactions/types.md index c166c0ea2e5..bdb29170ece 100644 --- a/docs/public-networks/concepts/transactions/types.md +++ b/docs/public-networks/concepts/transactions/types.md @@ -62,7 +62,7 @@ that the data is available for those who need it (for example, rollups or other availability for their security and operation). Blobs are temporarily stored by consensus clients such as Teku, and blocks on the execution layer permanently store -the the reference to the blob. +the reference to the blob. ### View blob transaction costs @@ -70,4 +70,4 @@ Use the [`eth_blobBaseFee`](../../reference/api/index.md#eth_blobbasefee) method fee per blob gas in wei. You can also use [`eth_feeHistory`](../../reference/api/index.md#eth_feehistory) to view the historical -blob transaction cost details. \ No newline at end of file +blob transaction cost details.