From a5e34e766371bded6be02829cdcdaab202628fd2 Mon Sep 17 00:00:00 2001 From: Sam Schoenberg <119435214+sam41306061@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:00:26 -0600 Subject: [PATCH] Update detect-metamask.md updated phrasing. --- wallet/how-to/connect/detect-metamask.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallet/how-to/connect/detect-metamask.md b/wallet/how-to/connect/detect-metamask.md index 3d7fca3ea38..0476a117840 100644 --- a/wallet/how-to/connect/detect-metamask.md +++ b/wallet/how-to/connect/detect-metamask.md @@ -8,8 +8,8 @@ sidebar_position: 2 The presence of the MetaMask Ethereum provider object, `window.ethereum`, in a user's browser indicates an Ethereum user. -To demonstrate this, verify if your browser is running MetaMask by copying and pasting the following -code snippet in the developer console of your browser: +To demonstrate this, verify whether your browser is running MetaMask by copying and pasting the following +code snippet into your browser's developer console: ```javascript if (typeof window.ethereum !== 'undefined') {