docs: fix "Connnect" typo

This commit is contained in:
Joshua Oladele 2023-08-28 20:58:19 +01:00
parent 32915634be
commit 7f9f16edc3

View File

@ -45,7 +45,7 @@ export class BrowserProvider extends JsonRpcApiPollingProvider {
#request: (method: string, params: Array<any> | Record<string, any>) => Promise<any>;
/**
* Connnect to the %%ethereum%% provider, optionally forcing the
* Connect to the %%ethereum%% provider, optionally forcing the
* %%network%%.
*/
constructor(ethereum: Eip1193Provider, network?: Networkish) {