Skip to content

Commit cbd0f3c

Browse files
committed
fix: typo
1 parent ca26a84 commit cbd0f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/story-nft/OrgStoryNFTFactory.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ contract OrgStoryNFTFactory is IOrgStoryNFTFactory, AccessManagedUpgradeable, UU
116116
/// @param orgNftRecipient The address of the recipient of the organization NFT.
117117
/// @param orgName The name of the organization.
118118
/// @param orgIpMetadata OPTIONAL. The desired metadata for the newly minted OrgNFT and registered IP.
119-
/// @param signature The signature from the OrgStoryNFTFactory's whitelist signer. This signature is genreated by
119+
/// @param signature The signature from the OrgStoryNFTFactory's whitelist signer. This signature is generated by
120120
/// having the whitelist signer sign the caller's address (msg.sender) for this `deployStoryNft` function.
121121
/// @param storyNftInitParams The initialization data for the OrgStoryNFT (see {IOrgStoryNFT-InitParams}).
122122
/// @return orgNft The address of the organization NFT.

0 commit comments

Comments
 (0)