Skip to content

Commit c969fe5

Browse files
committed
Fixed typo in error message (ethers-io#580).
1 parent 8737f12 commit c969fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/providers/base-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ export class BaseProvider extends Provider {
11421142
// No ENS...
11431143
if (!network.ensAddress) {
11441144
errors.throwError(
1145-
'network does support ENS',
1145+
'network does not support ENS',
11461146
errors.UNSUPPORTED_OPERATION,
11471147
{ operation: 'ENS', network: network.name }
11481148
);

0 commit comments

Comments
 (0)