From 6cfbd8f793fc4e341d3cb8709cb5d0649bb16c44 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:31:42 +0200 Subject: [PATCH] typos useNftClient.ts --- packages/react-sdk/src/resources/useNftClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-sdk/src/resources/useNftClient.ts b/packages/react-sdk/src/resources/useNftClient.ts index 67cd4d85..dbb42f3e 100644 --- a/packages/react-sdk/src/resources/useNftClient.ts +++ b/packages/react-sdk/src/resources/useNftClient.ts @@ -18,7 +18,7 @@ const useNftClient = () => { /** * Creates a new SPG NFT Collection. - * @param request - The request object containing necessary data to create a SPG NFT Collection. + * @param request - The request object containing necessary data to create an SPG NFT Collection. * @param request.name - The name of the collection. * @param request.symbol - The symbol of the collection. * @param request.maxSupply - The maximum supply of the collection.