diff --git a/wallet/tutorials/react-dapp-local-state.md b/wallet/tutorials/react-dapp-local-state.md index b35f9c1b32d..2f32beade59 100644 --- a/wallet/tutorials/react-dapp-local-state.md +++ b/wallet/tutorials/react-dapp-local-state.md @@ -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 @@ -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. \ No newline at end of file +information about your MetaMask wallet.