Skip to content

Commit de87d2c

Browse files
committed
Lint fix
1 parent 629ae47 commit de87d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/target-ethers-v5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ package.
2424

2525
## Contract typings
2626

27-
The main files generated by this target are `<contract-name>.ts`. They declare typesafe interfaces for your contracts
28-
on top of ethers `Contract` instances:
27+
The main files generated by this target are `<contract-name>.ts`. They declare typesafe interfaces for your contracts on
28+
top of ethers `Contract` instances:
2929

3030
- typed contract's methods, available both at `contract.someMethod(...)` and `contract.functions.someMethod(...)`
3131
- typed events in `contract.interface.events.AnEvent` and filters in `contract.filters.AnEvent`

0 commit comments

Comments
 (0)