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

Fix Typos in Docs #7283

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ yarn add web3
## Migration Guide

- [Migration Guide from Web3.js 1.x to 4.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)
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).
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).

## Useful links

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/web3_modal_guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const web3Config = defaultConfig({

// 5. Create a Web3Modal instance
createWeb3Modal({
ethersConfig,
web3Config,
chains: [mainnet],
projectId,
enableAnalytics: true // Optional - defaults to your Cloud configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/web3_modal_guide/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const web3Config = defaultConfig({

// 5. Create a Web3Modal instance
createWeb3Modal({
ethersConfig,
web3Config,
chains: [mainnet],
projectId,
enableAnalytics: true // Optional - defaults to your Cloud configuration
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ yarn add web3
## Migration Guide

- [Migration Guide from Web3.js 1.x to 4.x](https://docs.web3js.org/docs/guides/web3_migration_guide)
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).
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).

## Package.json Scripts

Expand Down
Loading