docs: fixed typo (#1729)

This commit is contained in:
Richard Moore 2021-07-01 23:22:14 -04:00
parent a0fa92c075
commit 25c8b8b3e6
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -99,7 +99,7 @@ application to ethers by wrapping an existing Web3-compatible (such as a
[Web3WsProvider](link-web3-ws)) and exposing it as an ethers.js [[Provider]]
which can then be used with the rest of the library.
This may also be used to wrap a standard [EIP-1193 Provider](link-eip-1193].
This may also be used to wrap a standard [EIP-1193 Provider](link-eip-1193).
_property: new ethers.providers.Web3Provider(externalProvider [, network ])
Create a new **Web3Provider**, which wraps an [EIP-1193 Provider](link-eip-1193) or