Skip to content

Commit

Permalink
fix(docs): agent -> httpsAgent httpAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya authored Apr 17, 2017
1 parent 47f9f49 commit 2249182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contentful-management.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import createContentfulApi from './create-contentful-api'

/**
* @typedef {ContentfulManagement} ContentfulManagement
* @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
* @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
*
* @example
* // require contentful-management
Expand Down

0 comments on commit 2249182

Please sign in to comment.