Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit eef1b77

Browse files
jdevcsAlex
andauthored
Update docs/docs/guides/ens/index.md
Co-authored-by: Alex <alex.luu@mail.utoronto.ca>
1 parent 5228ec4 commit eef1b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/guides/ens/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ First, install web3.js version 4 in your project using npm:
1515
npm install web3
1616
```
1717

18-
## Setting Up web3 and ENS
18+
## Setting up web3 and ENS
1919

20-
Now, let's set up web3 and ENS in TypeScript file:
20+
Now, let's set up web3 and ENS in a TypeScript file:
2121

2222
```typescript
2323
import Web3 from 'web3';

0 commit comments

Comments
 (0)