Skip to content

Commit 200f2a1

Browse files
authored
Merge pull request #77 from contentful/elblivion-patch-1
Typo in hostname
2 parents e7f983c + b621944 commit 200f2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/contentful.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import createLinkResolver from './create-link-resolver'
2020
* @prop {string} params.space - Space ID
2121
* @prop {string} params.accessToken - Contentful CDA Access Token
2222
* @prop {boolean=} params.insecure - Requests will be made over http instead of the default https (default: true)
23-
* @prop {string=} params.host - API host (default: cda.contentful.com). Also usable with preview.contentful.com.
23+
* @prop {string=} params.host - API host (default: cdn.contentful.com). Also usable with preview.contentful.com.
2424
* @prop {Object=} params.agent - Optional Node.js HTTP agent for proxying (see <a href="https://nodejs.org/api/http.html#http_class_http_agent">Node.js docs</a> and <a href="https://www.npmjs.com/package/https-proxy-agent">https-proxy-agent</a>)
2525
* @prop {Object=} params.headers - Optional additional headers
2626
* @returns {ContentfulClientAPI.ClientAPI}

0 commit comments

Comments
 (0)