From acf4fa9fde674fc376e53ce0bd52c5b5298a397e Mon Sep 17 00:00:00 2001 From: Pandit Dhamdhere <85685981+panditdhamdhere@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:36:53 +0530 Subject: [PATCH] Update setup.md (#1460) In https://github.com/celo-org/docs/edit/main/docs/wallet/metamask/setup.md Line 58 corrected small typo. --- docs/wallet/metamask/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wallet/metamask/setup.md b/docs/wallet/metamask/setup.md index f6cb9f5f7e..5ef0a52c78 100644 --- a/docs/wallet/metamask/setup.md +++ b/docs/wallet/metamask/setup.md @@ -55,7 +55,7 @@ const ALFAJORES_PARAMS = { ## Adding Tokens \(e.g. cUSD, cEUR\) -To watch an asset on a Celo netowork \(e.g. cUSD, cEUR\) in your dApp, you can use MetaMask's RPC API's `wallet_watchAsset` method. \([See documentation](https://docs.metamask.io/guide/rpc-api.html#wallet-watchasset)\). +To watch an asset on a Celo network \(e.g. cUSD, cEUR\) in your dApp, you can use MetaMask's RPC API's `wallet_watchAsset` method. \([See documentation](https://docs.metamask.io/guide/rpc-api.html#wallet-watchasset)\). Here is a JavaScript snippet you can use: