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

Commit d6baee6

Browse files
author
Dan Forbes
authored
Fix Typos in Docs (#7283)
* Fix Link to Contributing Guide Closes #7266 * Fix Wrong Param Name in Web3Modal Docs Replaces #7275
1 parent 6f9a485 commit d6baee6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ yarn add web3
4444
## Migration Guide
4545

4646
- [Migration Guide from Web3.js 1.x to 4.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)
47-
Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in [Discord](https://discord.gg/yjyvFRP), and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/CONTRIBUTIONS.md).
47+
Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in [Discord](https://discord.gg/yjyvFRP), and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/.github/CONTRIBUTING.md).
4848

4949
## Useful links
5050

docs/docs/guides/wallet/web3_modal_guide/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const web3Config = defaultConfig({
6868

6969
// 5. Create a Web3Modal instance
7070
createWeb3Modal({
71-
ethersConfig,
71+
web3Config,
7272
chains: [mainnet],
7373
projectId,
7474
enableAnalytics: true // Optional - defaults to your Cloud configuration

docs/docs/guides/wallet/web3_modal_guide/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const web3Config = defaultConfig({
7878

7979
// 5. Create a Web3Modal instance
8080
createWeb3Modal({
81-
ethersConfig,
81+
web3Config,
8282
chains: [mainnet],
8383
projectId,
8484
enableAnalytics: true // Optional - defaults to your Cloud configuration

packages/web3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ yarn add web3
5757
## Migration Guide
5858

5959
- [Migration Guide from Web3.js 1.x to 4.x](https://docs.web3js.org/docs/guides/web3_migration_guide)
60-
Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in discord, and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/CONTRIBUTIONS.md).
60+
Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in discord, and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/.github/CONTRIBUTING.md).
6161

6262
## Package.json Scripts
6363

0 commit comments

Comments
 (0)