Skip to content

Commit

Permalink
Fix typos and improve article clarity across multiple documentation f…
Browse files Browse the repository at this point in the history
…iles (#1345)

* typos hardhat-deploy-sbs.md

* typos hardhat-testing-sbs.md

* typos hardhat-testing-sbs.md

* typos ethers.md

* typos web3.md
Dimitrolito authored Dec 20, 2024
1 parent 289d691 commit c9d642d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tools/ethers.md
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ const ethers = require('ethers');

## Connecting to Base

You can connect to Base by instantiating a new ethers.js `JsonRpcProvider` object with a RPC URL of the Base network:
You can connect to Base by instantiating a new ethers.js `JsonRpcProvider` object with an RPC URL of the Base network:

```javascript
const ethers = require('ethers');
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tools/web3.md
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ const { Web3 } = require('web3');

## Connecting to Base

You can connect to Base by instantiating a new web3.js `Web3` object with a RPC URL of the Base network:
You can connect to Base by instantiating a new web3.js `Web3` object with an RPC URL of the Base network:

```javascript
const { Web3 } = require('web3');

0 comments on commit c9d642d

Please sign in to comment.