Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos and punctuation issues across multiple files #854

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/architecture/overview/transaction-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing usage was correct. It should only be hyphenated when modifying a noun, which it isn't doing in this instance


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.
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/guides/bridge/how-to-bridge-eth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/guides/community/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<DocCardList />
2 changes: 1 addition & 1 deletion docs/developers/guides/run-a-node/erigon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

### 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:

Check failure on line 55 in docs/developers/guides/run-a-node/erigon.mdx

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Erigon'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Erigon'?", "location": {"path": "docs/developers/guides/run-a-node/erigon.mdx", "range": {"start": {"line": 55, "column": 81}}}, "severity": "ERROR"}
- Full nodes: 122GB.
- Archive nodes: 472GB.

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/quickstart/info-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ We recommend connecting to Linea via [private RPCs](../tooling/node-providers/in
<Tabs groupId="Mainnet-Testnet" className="my-tabs">
<TabItem value="Mainnet" label="Mainnet" default>

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).

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/tooling/account-abstraction/station.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/zero-knowledge-glossary/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

### 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.

Check failure on line 138 in docs/zero-knowledge-glossary/index.mdx

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Microsoft.Dashes] Remove the spaces around ' – '. Raw Output: {"message": "[Microsoft.Dashes] Remove the spaces around ' – '.", "location": {"path": "docs/zero-knowledge-glossary/index.mdx", "range": {"start": {"line": 138, "column": 294}}}, "severity": "ERROR"}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 seven-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

Expand Down
Loading