From 42ed87b2d39c24f2ecb63fccd7a581892ff6e73c Mon Sep 17 00:00:00 2001
From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:28:27 +0200
Subject: [PATCH 1/7] typos transaction-lifecycle.mdx
---
docs/architecture/overview/transaction-lifecycle.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/architecture/overview/transaction-lifecycle.mdx b/docs/architecture/overview/transaction-lifecycle.mdx
index ada206a81..18460a0f7 100644
--- a/docs/architecture/overview/transaction-lifecycle.mdx
+++ b/docs/architecture/overview/transaction-lifecycle.mdx
@@ -52,7 +52,7 @@ Data about the transaction and the state of the network at its time of execution
in **traces**, an output of part of the sequencer called the [trace generator](../stack/sequencer/traces-generator.md).
Traces are passed to the state manager block-by-block and then used to update the network state.
-Once state is up to date, you'll see the transaction reflected and confirmed in your wallet.
+Once state is up-to-date, you'll see the transaction reflected and confirmed in your wallet.
With the transaction executed and state updated, the transaction has reached **soft finality**:
as far as the Linea chain is concerned—if considered in isolation—your transaction is complete.
From b1ee42013036ec7d331d6f0605148b306cb23db3 Mon Sep 17 00:00:00 2001
From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:29:50 +0200
Subject: [PATCH 2/7] typos how-to-bridge-eth.mdx
---
docs/developers/guides/bridge/how-to-bridge-eth.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developers/guides/bridge/how-to-bridge-eth.mdx b/docs/developers/guides/bridge/how-to-bridge-eth.mdx
index 386cec58f..419aa9155 100644
--- a/docs/developers/guides/bridge/how-to-bridge-eth.mdx
+++ b/docs/developers/guides/bridge/how-to-bridge-eth.mdx
@@ -27,7 +27,7 @@ automatically receive their funds because a "postman" will handle the claiming p
## Transfer ETH using Linea's native bridge
-This is a step by step guide to bridging ETH between Ethereum Mainnet (L1) to Linea (L2).
+This is a step-by-step guide to bridging ETH between Ethereum Mainnet (L1) to Linea (L2).
If you would like to bridge between Linea and other networks, we recommend you use one of the
third-party bridges available via [MetaMask Portfolio](https://portfolio.metamask.io/bridge).
From 77f5413ab166d0a81ed8082f51eb44dbb5145815 Mon Sep 17 00:00:00 2001
From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:32:02 +0200
Subject: [PATCH 3/7] typos index.mdx
---
docs/developers/guides/community/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developers/guides/community/index.mdx b/docs/developers/guides/community/index.mdx
index fb6323c81..45a0c13b5 100644
--- a/docs/developers/guides/community/index.mdx
+++ b/docs/developers/guides/community/index.mdx
@@ -9,6 +9,6 @@ import DocCardList from "@theme/DocCardList";
Building on Linea is more than just deploying a smart contract!
Here you can find a list of tutorials and educational resources created by our community to help
-guide you through Solidity, web3 fundamentals, and full blown dapp tutorials.
+guide you through Solidity, web3 fundamentals, and full-blown dapp tutorials.
From 0d28b7228a222e36f94f4b5d698df1710d0dd215 Mon Sep 17 00:00:00 2001
From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:33:28 +0200
Subject: [PATCH 4/7] typos erigon.mdx
---
docs/developers/guides/run-a-node/erigon.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developers/guides/run-a-node/erigon.mdx b/docs/developers/guides/run-a-node/erigon.mdx
index 15fee814a..c586aabae 100644
--- a/docs/developers/guides/run-a-node/erigon.mdx
+++ b/docs/developers/guides/run-a-node/erigon.mdx
@@ -52,7 +52,7 @@ directory specified by [`datadir` in Step 4](#step-4-bootstrap-your-node).
### Step 3. Define disk space volume (optional)
-Define a volume size appropriate to your expected usage. As of October 8 2024, Erigon nodes use:
+Define a volume size appropriate to your expected usage. As of October 8, 2024, Erigon nodes use:
- Full nodes: 122GB.
- Archive nodes: 472GB.
From afa3b7e79b4c2a68f25d515d6939056ca7fa0c1c Mon Sep 17 00:00:00 2001
From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:34:52 +0200
Subject: [PATCH 5/7] typos info-contracts.mdx
---
docs/developers/quickstart/info-contracts.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developers/quickstart/info-contracts.mdx b/docs/developers/quickstart/info-contracts.mdx
index d7f20d219..6a12eae97 100644
--- a/docs/developers/quickstart/info-contracts.mdx
+++ b/docs/developers/quickstart/info-contracts.mdx
@@ -128,7 +128,7 @@ We recommend connecting to Linea via [private RPCs](../tooling/node-providers/in
-To see **the most up to date list of tokens on Linea**, see
+To see **the most up-to-date list of tokens on Linea**, see
[the token explorer here](https://consensys.github.io/linea-token-list/), which is derived from the
official lists in [this repo](https://github.com/Consensys/linea-token-list/blob/main/json/linea-mainnet-token-shortlist.json).
From 3908a7932f9c943d7ad10d040b55c7effc80be47 Mon Sep 17 00:00:00 2001
From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:36:10 +0200
Subject: [PATCH 6/7] typos station.mdx
---
docs/developers/tooling/account-abstraction/station.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developers/tooling/account-abstraction/station.mdx b/docs/developers/tooling/account-abstraction/station.mdx
index cebc3b8a1..e20324012 100644
--- a/docs/developers/tooling/account-abstraction/station.mdx
+++ b/docs/developers/tooling/account-abstraction/station.mdx
@@ -12,7 +12,7 @@ GroupOS is powered by [ERC-6551](https://eips.ethereum.org/EIPS/eip-6551) and [E
## Use cases
Accounts enables organizations to use NFTs to capture members' identities more accurately, unlocking
-brand new ways to engage and monetize.
+brand-new ways to engage and monetize.
- **Membership loyalty and rewards:** Create gamification and rewards systems where users can earn
and exchange points and collectibles. Reward loyal and early users with exclusive access to
From d083fa27a25c8b6b10b9470065d70743f673cb6b Mon Sep 17 00:00:00 2001
From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>
Date: Mon, 25 Nov 2024 11:39:21 +0200
Subject: [PATCH 7/7] typos index.mdx
---
docs/zero-knowledge-glossary/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zero-knowledge-glossary/index.mdx b/docs/zero-knowledge-glossary/index.mdx
index add427c49..31bb699c6 100644
--- a/docs/zero-knowledge-glossary/index.mdx
+++ b/docs/zero-knowledge-glossary/index.mdx
@@ -135,7 +135,7 @@ This is a computational entity or service that provides information or answers t
### Optimistic rollup
-A rollup of transactions that use [fraud proofs](#fraud-proof) to offer increased [L2](#layer-2) transaction throughput while using the security provided by Mainnet ([L1](#layer-1)). Unlike Plasma, a similar [L2](#layer-2) solution, optimistic rollups can handle more complex transaction types – anything possible in the EVM. However, in order to release assets back on the L1, users must wait for a 7 day challenge period. Liquidity providers can help alleviate distributing L1 ETH immediately, but this relies on trust in the security of the provider, and doesn't provide a mechanism for transferring NFTs.
+A rollup of transactions that use [fraud proofs](#fraud-proof) to offer increased [L2](#layer-2) transaction throughput while using the security provided by Mainnet ([L1](#layer-1)). Unlike Plasma, a similar [L2](#layer-2) solution, optimistic rollups can handle more complex transaction types – anything possible in the EVM. However, in order to release assets back on the L1, users must wait for a 7-day challenge period. Liquidity providers can help alleviate distributing L1 ETH immediately, but this relies on trust in the security of the provider, and doesn't provide a mechanism for transferring NFTs.
## P