From a72e40425965396c6661b7882d270adf9eda1ae7 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 29 Apr 2022 15:34:58 -0400 Subject: [PATCH] docs: fixed typo (#2903). --- docs.wrm/api/providers/jsonrpc-provider.wrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.wrm/api/providers/jsonrpc-provider.wrm b/docs.wrm/api/providers/jsonrpc-provider.wrm index 1cfbd4190..4c5a7c86f 100644 --- a/docs.wrm/api/providers/jsonrpc-provider.wrm +++ b/docs.wrm/api/providers/jsonrpc-provider.wrm @@ -11,7 +11,7 @@ connected to the //networkish// network. If //urlOrConnectionInfo// is not specified, the default (i.e. ``http:/\/localhost:8545``) is used and if no network is specified, it will be determined automatically by querying the -node using ``eth_chaindId`` and falling back on ``eth_networkId``. +node using ``eth_chainId`` and falling back on ``eth_networkId``. _note: Note: Connecting to a Local Node Each node implementation is slightly different and may require specific