Skip to content

Commit 22b7a2c

Browse files
committed
docs: fixed typo in jsdocs (#4417)
1 parent 5d62591 commit 22b7a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/providers/default-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Testnets = "goerli kovan sepolia classicKotti optimism-goerli arbitrum-goe
6161
* // third-party services available
6262
* provider = getDefaultProvider("mainnet");
6363
*
64-
* // Connect to Polygoin, but only allow Etherscan and
64+
* // Connect to Polygon, but only allow Etherscan and
6565
* // INFURA and use "MY_API_KEY" in calls to Etherscan.
6666
* provider = getDefaultProvider("matic", {
6767
* etherscan: "MY_API_KEY",

0 commit comments

Comments
 (0)