From bdab388fd440d1eec5548ee815776c9652ee69cb Mon Sep 17 00:00:00 2001 From: Lavanya Kasturi Date: Mon, 6 Nov 2023 11:50:58 -0600 Subject: [PATCH] Lavanya_kasturi_11-06-23_Minor_sentence_rephrase_in_Update react-dapp-local-state.md Rephrased a sentence to improve readability. "You can switch between these two states by enabling or disabling the MetaMask extension through your browser's Manage Extensions menu." --- wallet/tutorials/react-dapp-local-state.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.