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.