Skip to content

Commit

Permalink
Update docs/guides/nft.md
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Santos <[email protected]>
  • Loading branch information
chasefleming and gregsantos authored Oct 18, 2023
1 parent 46f9478 commit bea2203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nft.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ pub contract FooBar: NonFungibleToken {

To ensure interoperability, the Flow NFT standard requires certain events to be emitted during specific operations.

### Adding ContractInitializedEvent
### Adding ContractInitialized Event

For instance, when the contract is initialized, a `ContractInitialized` event should be emitted:

Expand Down

0 comments on commit bea2203

Please sign in to comment.