Skip to content

Commit 063fbb3

Browse files
Fix typo in ERC721 API reference docs (#5329)
Co-authored-by: Ernesto García <[email protected]>
1 parent 779c27a commit 063fbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/ERC721/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OpenZeppelin Contracts provides implementations of all four interfaces:
2222
2323
Additionally there are a few of other extensions:
2424

25-
* {ERC721Consecutive}: An implementation of https://eips.ethereum.org/EIPS/eip-2309[ERC-2309] for minting batchs of tokens during construction, in accordance with ERC-721.
25+
* {ERC721Consecutive}: An implementation of https://eips.ethereum.org/EIPS/eip-2309[ERC-2309] for minting batches of tokens during construction, in accordance with ERC-721.
2626
* {ERC721URIStorage}: A more flexible but more expensive way of storing metadata.
2727
* {ERC721Votes}: Support for voting and vote delegation.
2828
* {ERC721Royalty}: A way to signal royalty information following ERC-2981.

0 commit comments

Comments
 (0)