Skip to content

Commit 734a244

Browse files
committed
fix typo
1 parent 34c4142 commit 734a244

File tree

1 file changed

+4
-4
lines changed
  • docs/connect-blockchain/evm/ethereum

1 file changed

+4
-4
lines changed

docs/connect-blockchain/evm/ethereum/web.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ While using the Web3Auth Web SDK, you get a [`EIP1193`](https://eips.ethereum.or
3838
provider, similar to the [Metamask Provider](https://docs.metamask.io/guide/ethereum-provider.html).
3939
This provider can be used with libraries like
4040
[`web3.js`](https://web3js.readthedocs.io/en/v1.2.8/getting-started.html),
41-
[`ethers.js`](https://docs.ethers.io/v5/getting-started/), [`viem`](https://https://viem.sh/) etc.
42-
to make [Ethereum](https://ethereum.org/) blockchain calls like getting the user's `account`,
43-
fetching `balance`, `sign transaction`, `send transaction`, `read` from and `write` to the smart
44-
contract, etc. We have highlighted a few here to get you started quickly on that.
41+
[`ethers.js`](https://docs.ethers.io/v5/getting-started/), [`viem`](https://viem.sh/) etc. to make
42+
[Ethereum](https://ethereum.org/) blockchain calls like getting the user's `account`, fetching
43+
`balance`, `sign transaction`, `send transaction`, `read` from and `write` to the smart contract,
44+
etc. We have highlighted a few here to get you started quickly on that.
4545

4646
## Installation
4747

0 commit comments

Comments
 (0)