Skip to content

Commit 3875f6b

Browse files
authored
chore: update comment
1 parent 1b05d2e commit 3875f6b

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/apis/javascript

1 file changed

+1
-1
lines changed

public/content/developers/docs/apis/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Using providers, these libraries allow you to connect to Ethereum and read its d
2929
**Ethers example**
3030

3131
```js
32-
// A Web3Provider wraps a standard Web3 provider, which is
32+
// A BrowserProvider wraps a standard Web3 provider, which is
3333
// what MetaMask injects as window.ethereum into each page
3434
const provider = new ethers.BrowserProvider(window.ethereum)
3535

0 commit comments

Comments
 (0)