diff --git a/docs/OrderValidator.md b/docs/OrderValidator.md index fcd5a9a74..87109f89d 100644 --- a/docs/OrderValidator.md +++ b/docs/OrderValidator.md @@ -38,7 +38,7 @@ The contract is deployed to the following addresses: Special thanks to: - [arr00](https://github.com/arr00), who deployed an earlier version of a SeaportValidator contract which can be found [here](https://etherscan.io/address/0xF75194740067D6E4000000003b350688DD770000#code) -- [stephankmin](https://github.com/stephankmin), who extended the SeaportValidator contract to support more errors/warnings and arbitary Seaport instances with compatible versions +- [stephankmin](https://github.com/stephankmin), who extended the SeaportValidator contract to support more errors/warnings and arbitrary Seaport instances with compatible versions - [horsefacts](https://github.com/horsefacts), who implemented support for a ready-only version of the helper contract ## Errors and Warnings diff --git a/test/basic.spec.ts b/test/basic.spec.ts index ccd939394..eda301315 100644 --- a/test/basic.spec.ts +++ b/test/basic.spec.ts @@ -3112,7 +3112,7 @@ describe(`Basic buy now or accept offer flows (Seaport v${VERSION})`, function ( ); return receipt; }); - it("ERC721 <=> ERC20 (restriced match checked post-execution)", async () => { + it("ERC721 <=> ERC20 (restricted match checked post-execution)", async () => { // Buyer mints nft const nftId = await mint721(buyer);