From 81e5e5a740257c095e1622711e69a6c82c553fa0 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:35:46 +0200 Subject: [PATCH 1/4] fix anchor link Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> --- docs/public-networks/reference/cli/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index 0027eedf238..e07a7bc17fd 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -3152,7 +3152,7 @@ In private and permissioned networks with a level of trust between peers, disabl :::danger -To prevent eclipse attacks, ensure you enable the remote connections limit when connecting to any public network, and especially when using [`--sync-mode`](#sync-mode) and [`--fast-sync-min-peers`](#fast-sync-min-peers). +To prevent eclipse attacks, ensure you enable the remote connections limit when connecting to any public network, and especially when using [`--sync-mode`](#sync-mode) and [`--fast-sync-min-peers`](#sync-min-peers-fast-sync-min-peers). ::: From 6f880b8fd6823f767f9c9409520c3268e6d7bdbd Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:37:34 +0200 Subject: [PATCH 2/4] fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> --- docs/public-networks/how-to/connect/static-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public-networks/how-to/connect/static-nodes.md b/docs/public-networks/how-to/connect/static-nodes.md index 0c131a7f2f4..bccef277804 100644 --- a/docs/public-networks/how-to/connect/static-nodes.md +++ b/docs/public-networks/how-to/connect/static-nodes.md @@ -47,7 +47,7 @@ Nodes not in the list of the static nodes are not prevented from connecting. To :::tip -If the added peer does not appear in the peer list (returned by [`admin_peers`](../../reference/api/index.md#admin_peers)), check the the supplied [enode URL](../../concepts/node-keys.md#enode-url) is correct, the node is running, and the node is listening for TCP connections on the endpoint. +If the added peer does not appear in the peer list (returned by [`admin_peers`](../../reference/api/index.md#admin_peers)), check the supplied [enode URL](../../concepts/node-keys.md#enode-url) is correct, the node is running, and the node is listening for TCP connections on the endpoint. ::: 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 3/4] 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. From f7689783b4ce67e994fd150a66b8eab9eb2d0c4e Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:39:03 +0200 Subject: [PATCH 4/4] fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> --- docs/private-networks/tutorials/permissioning/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/private-networks/tutorials/permissioning/index.md b/docs/private-networks/tutorials/permissioning/index.md index 5c30e639dfd..14f20ec0aba 100644 --- a/docs/private-networks/tutorials/permissioning/index.md +++ b/docs/private-networks/tutorials/permissioning/index.md @@ -137,7 +137,7 @@ networkFiles/ ### 4. Copy the genesis file to the Permissioned-Network directory -Copy the `genesis.json` file to the `Permisssioned-Network` directory. +Copy the `genesis.json` file to the `Permissioned-Network` directory. ### 5. Copy the node private keys to the node directories