Skip to content

Commit e517dd8

Browse files
committed
fix: fix typo
1 parent 10e7780 commit e517dd8

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
@@ -716,7 +716,7 @@ export class NftController extends BaseControllerV1<NftConfig, NftState> {
716716
* @param options - options.
717717
* @param options.tokenAddress - Hex address of the NFT contract.
718718
* @param options.userAddress - The address of the account where the NFT is being added.
719-
* @param options.nftMetadata - The retrirved NFTMetadata from API.
719+
* @param options.nftMetadata - The retrieved NFTMetadata from API.
720720
* @param options.networkClientId - The networkClientId that can be used to identify the network client to use for this request.
721721
* @param options.source - Whether the NFT was detected, added manually or suggested by a dapp.
722722
* @returns Promise resolving to the current NFT contracts list.

0 commit comments

Comments
 (0)