Skip to content

Commit 87cea48

Browse files
committed
feedback
1 parent b9f0713 commit 87cea48

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/paypal-js/types/v6/index.d.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ import {
88

99
export interface PayPalV6Namespace {
1010
/**
11-
* Creates an SDK instance with the specified components and configuration.
11+
* Creates an SDK instance, which is the first step in an SDK integration. This instance serves as the base layer for all SDK components.
1212
*
1313
* This is an asynchronous method that initializes the PayPal SDK with the provided
14-
* client token and components. The SDK is designed to be lightweight and modular,
15-
* allowing you to load only the functionality you need.
14+
* client token and components.
1615
*
1716
* @param {CreateInstanceOptions} createInstanceOptions - Configuration options for creating the SDK instance
18-
* @returns {Promise<SdkInstance<T>>} - A promise that resolves to an SDK instance with methods based on the specified components
17+
* @returns {Promise<SdkInstance<Components[]>>} - A promise that resolves to an SDK instance with methods based on the specified components
1918
*
2019
* @example
2120
* ```typescript

0 commit comments

Comments
 (0)