Skip to content

Commit 262ceac

Browse files
authored
docs: remove duplicate word "the"
1 parent be3ff1c commit 262ceac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/chain-operators/architecture.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ handle the state changing RPC request `eth_sendRawTransaction`. It can be peered
8383
replica nodes to gossip new `unsafe` blocks to the rest of the network.
8484

8585
<Callout type="info">
86-
To run a rollup, you need a minimum of one archive node. This is required by the proposer as the the data that it needs can be older than the data available to a full node. Note that since the proposer doesn't care what archive node it points to, you can technically point it towards an archive node that isn't the sequencer.
86+
To run a rollup, you need a minimum of one archive node. This is required by the proposer as the data that it needs can be older than the data available to a full node. Note that since the proposer doesn't care what archive node it points to, you can technically point it towards an archive node that isn't the sequencer.
8787
</Callout>
8888

8989
<Image src="/img/builders/chain-operators/sequencer-node.png" alt="Sequencer Node Diagram" width={400} height={400} />

0 commit comments

Comments
 (0)