From 2f44235bc01ca41247bfa1b9e0d99baafcdfcf13 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:29:48 +0530 Subject: [PATCH] Fix grammar in ethers target READMEs --- packages/target-ethers-v5/README.md | 4 ++-- packages/target-ethers-v6/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/target-ethers-v5/README.md b/packages/target-ethers-v5/README.md index 7dced11aa..c59a6b65c 100644 --- a/packages/target-ethers-v5/README.md +++ b/packages/target-ethers-v5/README.md @@ -44,8 +44,8 @@ instances. The factory classes are an extension of ethers' `ContractFactory`. Th manually - provide a correctly typed interface to `ContractFactory` (since it returns plain `Contract` instances). -Abstract contracts or solidity interfaces are handled a bit different, because they have no bytecode. For those, a -simplified factory is generated that doesn't extends `ContractFactory`, and only includes the static `connect` method, +Abstract contracts or solidity interfaces are handled a bit differently, because they have no bytecode. For those, a +simplified factory is generated that doesn't extend `ContractFactory`, and only includes the static `connect` method, so you can easily connect to a deployed instance without having to pass the ABI manually. ## Basic example diff --git a/packages/target-ethers-v6/README.md b/packages/target-ethers-v6/README.md index 2bf6e7bb1..fa8483a08 100644 --- a/packages/target-ethers-v6/README.md +++ b/packages/target-ethers-v6/README.md @@ -45,8 +45,8 @@ instances. The factory classes are an extension of ethers' `ContractFactory`. Th manually - provide a correctly typed interface to `ContractFactory` (since it returns plain `Contract` instances). -Abstract contracts or solidity interfaces are handled a bit different, because they have no bytecode. For those, a -simplified factory is generated that doesn't extends `ContractFactory`, and only includes the static `connect` method, +Abstract contracts or solidity interfaces are handled a bit differently, because they have no bytecode. For those, a +simplified factory is generated that doesn't extend `ContractFactory`, and only includes the static `connect` method, so you can easily connect to a deployed instance without having to pass the ABI manually. ## Basic example