Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Mar 21, 2024
1 parent a69b499 commit ff83052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/NftController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ export class NftController extends BaseControllerV1<NftConfig, NftState> {
* @param options - options.
* @param options.tokenAddress - Hex address of the NFT contract.
* @param options.userAddress - The address of the account where the NFT is being added.
* @param options.nftMetadata - The retrirved NFTMetadata from API.
* @param options.nftMetadata - The retrieved NFTMetadata from API.
* @param options.networkClientId - The networkClientId that can be used to identify the network client to use for this request.
* @param options.source - Whether the NFT was detected, added manually or suggested by a dapp.
* @returns Promise resolving to the current NFT contracts list.
Expand Down

0 comments on commit ff83052

Please sign in to comment.