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

chore(repo): fix typo #18667

Closed
wants to merge 10 commits into from
Closed

chore(repo): fix typo #18667

wants to merge 10 commits into from

Conversation

Marcofann
Copy link

This pull request addresses a variety of typographical errors found in multiple files across the repository. The changes improve the readability, grammar, and accuracy of comments and documentation.

Files and Changes:

  1. run-a-mainnet-taiko-node-from-source.mdx:

    • Fixed "a Ethereum node" to "an Ethereum node".
  2. server.go (packages/guardian-prover-health-check/http/server.go and packages/relayer/pkg/http/server.go):

    • Corrected "an guardian" to "a guardian".
    • Corrected "an relayer" to "a relayer".
  3. Bridge2_sendMessage.t.sol:

    • Fixed "an bridge" to "a bridge".
  4. wait_header_synced.go:

    • Changed "a event" to "an event".
  5. fixed_k_signer.go:

    • Updated "a ethereum" to "an ethereum".
  6. helper.go:

    • Corrected "an valid" to "a valid".
  7. dial.go:

    • Fixed "a ethereum" to "an ethereum".
  8. DcapTestUtils.t.sol:

    • Fixed multiple instances of "an hexadecimal" to "a hexadecimal".

Notes to Reviewers:

  • These changes are focused solely on grammatical corrections and do not introduce any functional changes to the code.
  • Please ensure that no additional context or meaning was unintentionally altered during these edits.

@dantaik dantaik changed the title Fix typo chore(repo): fix typo Dec 29, 2024
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.83%. Comparing base (d6001d3) to head (1fd2c82).
Report is 671 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main   #18667       +/-   ##
===========================================
- Coverage   49.37%   16.83%   -32.55%     
===========================================
  Files          56      107       +51     
  Lines        5827    23020    +17193     
===========================================
+ Hits         2877     3875      +998     
- Misses       2636    18733    +16097     
- Partials      314      412       +98     
Flag Coverage Δ
guardian-prover-health-check 12.61% <ø> (?)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RogerLamTd
Copy link
Contributor

We typically don't accept typo PRs, and this one spans across several packages. I'll include the changes in several PRs, thank you for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants