Skip to content

Commit ff83052

Browse files
committed
fix: fix typo
1 parent a69b499 commit ff83052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/assets-controllers/src/NftController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ export class NftController extends BaseControllerV1<NftConfig, NftState> {
711711
* @param options - options.
712712
* @param options.tokenAddress - Hex address of the NFT contract.
713713
* @param options.userAddress - The address of the account where the NFT is being added.
714-
* @param options.nftMetadata - The retrirved NFTMetadata from API.
714+
* @param options.nftMetadata - The retrieved NFTMetadata from API.
715715
* @param options.networkClientId - The networkClientId that can be used to identify the network client to use for this request.
716716
* @param options.source - Whether the NFT was detected, added manually or suggested by a dapp.
717717
* @returns Promise resolving to the current NFT contracts list.

0 commit comments

Comments
 (0)