diff --git a/docs/guides/nft_guide.rst b/docs/guides/nft_guide.rst index 05ede796ed..7125506038 100644 --- a/docs/guides/nft_guide.rst +++ b/docs/guides/nft_guide.rst @@ -46,7 +46,7 @@ The following code snippet shows how to construct a basic ERC721 sell order in J expiry: new utils.BigNumber(Math.floor(Date.now() / 1000 + 3600)), }); -An ERC721 sell order can be created similarly. Note that buy orders must use WETH instead of ether, because the ERC20 `transferFrom` functionality is needed to execute a buy order. +An ERC721 buy order can be created similarly. Note that buy orders must use WETH instead of ether, because the ERC20 `transferFrom` functionality is needed to execute a buy order. .. code-block:: javascript @@ -463,4 +463,4 @@ To fetch collection-level NFT stats from 0x orders (e.g. floor price, total volu - `https://module.readme.io/reference/retrieve-collection-floor `_ - `https://api.reservoir.tools/#/2.%20Aggregator/getEventsCollectionsFlooraskV1 `_ -These tools are not 0x specific but NFT data is somewhat universal so these tools should do the trick. \ No newline at end of file +These tools are not 0x specific but NFT data is somewhat universal so these tools should do the trick.