Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Docs fix spelling issues #184

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/smart-contracts/creator-tools/Minting1155.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/smart-contracts/creator-tools/Selling1155.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down