Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit b78eb62

Browse files
Fix typos in comments (#526)
* Update websocket-provider.test.ts * Update const.ts --------- Co-authored-by: Stanley Jones <stanley@alchemy.com>
1 parent 8c13853 commit b78eb62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/util/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const EthersNetwork = {
164164

165165
/**
166166
* Mapping of network names to their corresponding Ethers Network objects. These
167-
* networks are not yet supported by Ethers and are listed here to be overriden
167+
* networks are not yet supported by Ethers and are listed here to be overridden
168168
* in the provider.
169169
*/
170170
export const CustomNetworks: { [key: string]: NetworkFromEthers } = {

test/unit/websocket-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describe('AlchemyWebSocketProvider', () => {
138138
deferred: Deferred<void>
139139
): void {
140140
for (const message of messages) {
141-
// Use setImmediate to allow provder to pick up message.
141+
// Use setImmediate to allow provider to pick up message.
142142
setImmediate(() => {
143143
mockServer.clients()[0].send(
144144
JSON.stringify({

0 commit comments

Comments
 (0)