diff --git a/docs/security.mdx b/docs/security.mdx index 8ac80c6..0e06fed 100644 --- a/docs/security.mdx +++ b/docs/security.mdx @@ -55,7 +55,7 @@ The assets listed below are considered in-scope within our bug bounty program. I ### Program Rules - Only submit one vulnerability per report. -- When duplicates occur, we will only accept the first report that was received, as long as it fulfils our submission criteria and can be fully reproduced. +- When duplicates occur, we will only accept the first report that was received, as long as it fulfills our submission criteria and can be fully reproduced. - Social engineering targeted to Zora employees is prohibited. - Publishing sensitive information discovered during security testing is prohibited. - Vulnerabilities that Zora is aware of will not be rewarded. diff --git a/docs/smart-contracts/creator-tools/Minting1155.mdx b/docs/smart-contracts/creator-tools/Minting1155.mdx index 0283f1f..ab0e855 100644 --- a/docs/smart-contracts/creator-tools/Minting1155.mdx +++ b/docs/smart-contracts/creator-tools/Minting1155.mdx @@ -57,7 +57,7 @@ Mint NFTs for a specific ETH price. `minterArguments`: User address to mint to, in bytes -*Note, the payment amount of ETH must be set an override if using wagmi or ethers.js. +*Note, the payment amount of ETH must be set as an override if using wagmi or ethers.js. #### Getting the Mint Price Calling the `sale` function on the fixed-price minter will return the price for a specific token. diff --git a/docs/smart-contracts/creator-tools/Selling1155.mdx b/docs/smart-contracts/creator-tools/Selling1155.mdx index bef92ce..3d31a43 100644 --- a/docs/smart-contracts/creator-tools/Selling1155.mdx +++ b/docs/smart-contracts/creator-tools/Selling1155.mdx @@ -45,7 +45,7 @@ struct SalesConfig { ``` ### Merkle Sale -Create a allow list sale with a Merkle proof. +Create an allow list sale with a Merkle proof. Note, the price and the max mint amount per address are specified when creating the Merkle tree. The Merkle sales config is as follows: