Skip to content

Commit

Permalink
Fix anchor link and typos (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Oct 8, 2024
1 parent fb2569d commit 3d2aea0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/private-networks/tutorials/permissioning/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/public-networks/concepts/transactions/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ 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

Use the [`eth_blobBaseFee`](../../reference/api/index.md#eth_blobbasefee) method to view the current base
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.
blob transaction cost details.
2 changes: 1 addition & 1 deletion docs/public-networks/how-to/connect/static-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

:::

Expand Down

0 comments on commit 3d2aea0

Please sign in to comment.