Skip to content

docs: fix typo in Provider documentation#5114

Open
R-Panic wants to merge 1 commit intoethers-io:mainfrom
R-Panic:fix-5079-typo-in-provider-doc
Open

docs: fix typo in Provider documentation#5114
R-Panic wants to merge 1 commit intoethers-io:mainfrom
R-Panic:fix-5079-typo-in-provider-doc

Conversation

@R-Panic
Copy link

@R-Panic R-Panic commented Mar 5, 2026

Summary

Fixed typo in JSDoc comment for Block.miner property:

  • Changed "wihch" to "which"

Issue Reference

Fixes #5079

Context

The issue mentions two typos in the Provider documentation:

  1. "whch can be used" - This only appears in compiled build artifacts (lib.commonjs/providers/index.d.ts and lib.js), not in source code. These will be fixed automatically when the project rebuilds.
  2. "wihch receives" - Fixed in this PR (source: src.ts/providers/provider.ts)

Changes

  • File: src.ts/providers/provider.ts
  • Line: 561
  • Change: wihchwhich

This is a documentation-only fix with no functional code changes.

Fixes ethers-io#5079

This addresses the typo in the Provider documentation where
'wihch' should be 'which'.

Note: The 'whch' typo mentioned in the issue only appears in compiled
build artifacts (lib.commonjs/providers/index.d.ts and lib.js), not in
source code. Those will be fixed automatically when the project rebuilds.
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.

Typo in Providers docs

1 participant