From 8395cc146f4821da5c03d9c889db05741709e7fb Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Mon, 4 Oct 2021 10:59:37 -0400 Subject: [PATCH] docs: fixed typo in providers README (#1979). --- packages/providers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/providers/README.md b/packages/providers/README.md index c267a5851..e200aaff2 100644 --- a/packages/providers/README.md +++ b/packages/providers/README.md @@ -4,7 +4,7 @@ Ethereum Providers This sub-module is part of the [ethers project](https://github.com/ethers-io/ethers.js). It contains common Provider classes, utility functions for dealing with providers -and re-exports many of the classes and types needed implement a custom Provider. +and re-exports many of the classes and types needed to implement a custom Provider. For more information, see the [documentation](https://docs.ethers.io/v5/api/providers/).