-
Notifications
You must be signed in to change notification settings - Fork 444
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
base: main
Are you sure you want to change the base?
Conversation
@Dimitrolito is attempting to deploy a commit to the Infura Web Team on Vercel. A member of the Team first needs to authorize it. |
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both forms seem valid, but it seems like brand-new
tends to reflect US usage better, so we'll go with that.
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
This pull request addresses minor typos, punctuation errors, and formatting issues in several documentation files. The changes improve readability and ensure grammatical consistency. Below are the key fixes applied:
These edits enhance the overall clarity and consistency of the documentation.