diff --git a/docs/build-with-0g/rollups-and-appchains/arbitrum-nitro-on-0g-da.md b/docs/build-with-0g/rollups-and-appchains/arbitrum-nitro-on-0g-da.md index 56118ce..5c6397e 100644 --- a/docs/build-with-0g/rollups-and-appchains/arbitrum-nitro-on-0g-da.md +++ b/docs/build-with-0g/rollups-and-appchains/arbitrum-nitro-on-0g-da.md @@ -10,7 +10,7 @@ Arbitrum Nitro is a high-performance Ethereum rollup that uses a new consensus m 0G DA is a high-performance data availability layer that can be used for Arbitrum Nitro to provide a cost-effective and secure solution for storing transaction data. -To implement this server spec, EigenDA provides EigenDA Proxy which is ran as a dependency alongside OP Stack sequencers and full nodes to securely communicate with the EigenDA disperser. +To implement this server spec, EigenDA provides EigenDA Proxy which is run as a dependency alongside OP Stack sequencers and full nodes to securely communicate with the EigenDA disperser. ### DA provider implementation The Arbitrum Nitro code includes a DataAvailabilityProvider interface, which is utilized throughout the codebase for storing and retrieving data from various providers, including EIP-4844 blobs, Anytrust, and now 0G. diff --git a/docs/build-with-0g/rollups-and-appchains/op-stack-on-0g-da.md b/docs/build-with-0g/rollups-and-appchains/op-stack-on-0g-da.md index 6d0d021..a16bf76 100644 --- a/docs/build-with-0g/rollups-and-appchains/op-stack-on-0g-da.md +++ b/docs/build-with-0g/rollups-and-appchains/op-stack-on-0g-da.md @@ -21,7 +21,7 @@ Below are the requisite steps to deploy an OP Stack rollup on 0G DA, which the f * Follow the instructions to set up a [0G DA client node](/build-with-0g/da-integration) * Set up a [0G DA encoder node](/build-with-0g/da-integration) * Deploy a 0G DA Server as shown below -* Deploy the OP Stack components with configuation adjustments as shown below +* Deploy the OP Stack components with configuration adjustments as shown below ## GitHub Repository diff --git a/docs/da/og-da-deep-dive.md b/docs/da/og-da-deep-dive.md index 2bd6431..ea452f5 100644 --- a/docs/da/og-da-deep-dive.md +++ b/docs/da/og-da-deep-dive.md @@ -135,7 +135,7 @@ When a DA epoch ends, all the rewards from that DA epoch will be stored in the D In the early stages of the ecosystem, the foundation can reserve a portion of tokens for system rewards. When the DA node submits a valid response, an additional reward of `BASE_REWARD` will be issued. -The funds for the base reward will be manually deposited into the reward contract and tracked separately. If the balance for the base reward is insufficient to cover a signle base reward, miners will not be able to receive the full base reward. +The funds for the base reward will be manually deposited into the reward contract and tracked separately. If the balance for the base reward is insufficient to cover a single base reward, miners will not be able to receive the full base reward. ### Service Fee