Skip to content

Commit

Permalink
Fixed typo in error message (#580).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Sep 6, 2019
1 parent 22a2673 commit 9c63b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/src.ts/base-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ export class BaseProvider extends Provider {
// No ENS...
if (!network.ensAddress) {
logger.throwError(
"network does support ENS",
"network does not support ENS",
Logger.errors.UNSUPPORTED_OPERATION,
{ operation: "ENS", network: network.name }
);
Expand Down

0 comments on commit 9c63b4a

Please sign in to comment.