Skip to content

Commit 2249182

Browse files
fix(docs): agent -> httpsAgent httpAgent
1 parent 47f9f49 commit 2249182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/contentful-management.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import createContentfulApi from './create-contentful-api'
1313

1414
/**
1515
* @typedef {ContentfulManagement} ContentfulManagement
16-
* @property {function(params: {accessToken: string, insecure?: boolean, host?: string, hostUpload?: string, agent?: Object, headers?: Object}): ClientAPI} createClient - Create a client instance, this is the entry point to the library
16+
* @property {function(params: {accessToken: string, insecure?: boolean, host?: string, hostUpload?: string, httpAgent?: Object, httpsAgent?: Object, headers?: Object}): ClientAPI} createClient - Create a client instance, this is the entry point to the library
1717
*
1818
* @example
1919
* // require contentful-management

0 commit comments

Comments
 (0)