From 264ad55499cf257d51a7cf973ec16ec54c9e5468 Mon Sep 17 00:00:00 2001 From: Prayash Mohapatra <424487+prayashm@users.noreply.github.com> Date: Thu, 9 Jun 2022 15:57:40 +0530 Subject: [PATCH] doc: Fix network typo --- playground/help.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/help.js b/playground/help.js index 756621b..10c95cb 100644 --- a/playground/help.js +++ b/playground/help.js @@ -365,12 +365,12 @@ Help = function (ethers) { getWebSocketProvider: Func([ "%network", "%apiKey" ], H("AlchemyProvider"), ""), //description: "create a Provider connected to the Alchemy WebSocket service", //descriptions: [ - // "the netwowk to connect to (default: homestead)", + // "the network to connect to (default: homestead)", // "the service API key (default: a highly throttled shared key)" //] }, descriptions: [ - "the netwowk to connect to (default: homestead)", + "the network to connect to (default: homestead)", "the service API key (default: a highly throttled shared key)" ], insert: "new AlchemyProvider(%network)"