@@ -44,7 +44,7 @@ import httpClient from './core/contentstackHTTPClient.js'
4444 * import * as contentstack from '@contentstack/management'
4545 * const client = contentstack.client({ maxRequests: 5 })
4646 *
47- * @prop {boolean= } params.retryOnError - Optional boolean for retry on failuer . Default is true
47+ * @prop {boolean= } params.retryOnError - Optional boolean for retry on failure . Default is true
4848 * @example //Set the `retryOnError` to false
4949 * import * as contentstack from '@contentstack/management'
5050 * const client = contentstack.client({ retryOnError: false })
@@ -54,7 +54,7 @@ import httpClient from './core/contentstackHTTPClient.js'
5454 * import * as contentstack from '@contentstack/management'
5555 * const client = contentstack.client({ retryLimit: 2 })
5656 *
57- * @prop {number= } params.retryDelay - The number of miliseconds to use for operation retries. Default is 300ms
57+ * @prop {number= } params.retryDelay - The number of milliseconds to use for operation retries. Default is 300ms
5858 * @example //Set the `retryDelay` to 500ms
5959 * import * as contentstack from '@contentstack/management'
6060 * const client = contentstack.client({ retryDelay: 500 })
@@ -93,7 +93,7 @@ import httpClient from './core/contentstackHTTPClient.js'
9393 * const client = contentstack.client({ maxContentLength: 1024 ** 3 })
9494 *
9595 * @prop {number= } params.maxBodyLength - Optional maximum body length in bytes (default: 10 MB)
96- * @example //Set the `maxContentLength ` to 1024 ** 2 * 10 // 10 MB
96+ * @example //Set the `maxBodyLength ` to 1024 ** 2 * 10 // 10 MB
9797 * import * as contentstack from '@contentstack/management'
9898 * const client = contentstack.client({ maxBodyLength: 1024 ** 2 * 10 })
9999 *
0 commit comments