Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in documentation files #7432

Closed
wants to merge 6 commits into from
Closed
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 docs/docs/guides/07_dapps/web3_modal_guide/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar_label: 'Web3Modal with React'

## Installation

For this guide we will be creating a new project will need to install dependancies. We will be using vite to locally host the app, React and web3modal-web3js
For this guide we will be creating a new project will need to install dependencies. We will be using vite to locally host the app, React and web3modal-web3js

```bash
npm install web3modal-web3js react react-dom
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const provider = new WebSocketProvider(

#### Disconnect and close event

Following EIP-1193, the `close` event has been deprecated and is superceded by `disconnect`.
Following EIP-1193, the `close` event has been deprecated and is superseded by `disconnect`.
In 1.x, we listen for a `close` event:

```ts
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ along with web3.js. If not, see <http://www.gnu.org/licenses/>.
* web3.utils
* ```
*
* Utility functions are also exposed on the `Web3` class object diretly.
* Utility functions are also exposed on the `Web3` class object directly.
*
* //todo enable when implemented
* //See details: {@link Web3.utils}
Expand Down