Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 98dd453

Browse files
panditdhamdheregregnazario
authored andcommitted
Update digital-asset.mdx
Update with minor typo fix
1 parent 3529d80 commit 98dd453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nextra/pages/en/build/smart-contracts/digital-asset.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The main drawback of using the `aptos_token` module is that the Tokens are not e
382382

383383
### Minting with `aptos_token`
384384

385-
Minting a `Token` using `aptos_token` requires the same parameters as any token that implements the DA standard. In addition though, the `aptos_token` module allows you to specificy a property map of key/value pairs for any other properties your specific NFT may require.
385+
Minting a `Token` using `aptos_token` requires the same parameters as any token that implements the DA standard. In addition though, the `aptos_token` module allows you to specify a property map of key/value pairs for any other properties your specific NFT may require.
386386

387387
You can mint your `Token` by calling `aptos_token::mint` like so:
388388

0 commit comments

Comments
 (0)