Skip to content
Merged
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
5 changes: 2 additions & 3 deletions wallet/tutorials/react-dapp-local-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ You'll also see the `ethereum` provider printed to the console.

![Injected Provider DOES Exist](../assets/tutorials/react-dapp/pt1-03.png)

You can toggle back and forth between these two states by enabling and disabling the MetaMask
extension from your browser's **Manage Extensions** menu.
You can switch between these two states by enabling or disabling the MetaMask extension through your browser's **Manage Extensions** menu.

#### Use @metamask/detect-provider

Expand Down Expand Up @@ -719,4 +718,4 @@ As a next step, you can [create a React dapp with global state](react-dapp-globa
This follow-up tutorial walks you through adding more than one component and working with global state.
You'll use [React's Context API](https://react.dev/reference/react/useContext) to manage the state
globally and ensure that any component in your dapp can be aware and conditionally render or display
information about your MetaMask wallet.
information about your MetaMask wallet.