docs: fixed typo in providers README (#1979).

This commit is contained in:
Richard Moore 2021-10-04 10:59:37 -04:00
parent 8fc5914c5a
commit 8395cc146f
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -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/).