Skip to content

fix: multiple typos of different value #1063

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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

DeVikingMark
Copy link

Hi Team! Just made lots of typos fixes and changed some wording in .mdx files.

Copy link

vercel bot commented Apr 7, 2025

@DeVikingMark is attempting to deploy a commit to the Consensys Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Collaborator

@jlwllmr jlwllmr left a comment

Choose a reason for hiding this comment

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

Quite a few changes to undo as some are unnecessary, and others incorrect and/or changing the intended meaning.

README.mdx Outdated
@@ -237,5 +237,5 @@ As outlined above, you can adjust the display size of the svg by changing the cl

### Social cards

A social card for any new article(s) will be generated and applied when the site builds, so there
A social card for any new article(s) will be generated and applied when the site is built so there
Copy link
Collaborator

Choose a reason for hiding this comment

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

Disagree, we often use build in the active voice in this context — could you revert please


:::info[New Features]

The updated Linea SDK package enhances the L1 contract interaction and adds support for the new L1 claiming system, which is based on a Merkle tree and requires a Merkle proof for claiming.
The updated Linea SDK package enhances the L1 contract interaction and adds support for the new L1 claiming system, which is based on a Merkle tree and requires Merkle proof for claiming.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure why you removed the article here? Please revert

@@ -40,7 +40,7 @@ The updated SDK introduces several new features for L1 interactions:
A new L1ClaimingService class that includes the following functions:

- getMessageProof: This function retrieves the message Merkle tree proof required for new message claims on L1.
- isClaimingNeedingProof: This function determines whether a proof is needed to claim a message.
- isClaimingNeedingProof: This function determines whether proof is needed to claim a message.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Again, please revert, proof is not an abstract noun here

@@ -82,7 +82,7 @@ for any required pauses. Many of the contract modifications have also resulted i
Additionally, we are removing the `finalizeBlocksWithoutProof` function, and adding functionality
that enables any address to send blob submission and finalization transactions through a call
forwarding contract if no finalization occurs for more than six months. This effectively allows L1
finalization, enabling withdrawal of potentially locked funds.
finalization, enabling the withdrawal of potentially locked funds.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this is unnecessary, please revert

@@ -208,7 +208,7 @@ mode.

Adds support for Linea Names domains, including a frontend app for users to register and manage their
domains. The Linea Names system is comparable to ENS on Ethereum Mainnet, except that domains are
limited to one per account and registering requires completion of [Proof of Humanity](https://poh.linea.build/).
limited to one per account, and registering requires completion of [Proof of Humanity](https://poh.linea.build/).
Copy link
Collaborator

Choose a reason for hiding this comment

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

unnecessary change — please revert

@@ -337,7 +337,7 @@ can be significantly cheaper in L1 ETH costs depending on market demand.

EIP-4844's arrival on Ethereum Mainnet enabled Ethereum L2s to start using a new transaction type
that transports L2 transaction and messaging data to L1 in "blobs". Blobs are a considerably
more cost-efficient alternative to the existing method of posting L2 transaction and messaging data
more cost-efficient alternative to the existing method of posting L2 transactions and messaging data
Copy link
Collaborator

Choose a reason for hiding this comment

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

Incorrect, changes intended meaning. Please revert

@@ -577,7 +577,7 @@ be replaced by the `DataFinalized` event.
<code>DataFinalized</code>
</td>
<td>
Emitted at the end of finalization - used to indicate range of
Emitted at the end of finalization - used to indicate a range of
Copy link
Collaborator

Choose a reason for hiding this comment

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

Incorrect, please revert

@DeVikingMark DeVikingMark requested a review from jlwllmr April 17, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants