File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import createLinkResolver from './create-link-resolver'
20
20
* @prop {string } params.space - Space ID
21
21
* @prop {string } params.accessToken - Contentful CDA Access Token
22
22
* @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.
24
24
* @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>)
25
25
* @prop {Object= } params.headers - Optional additional headers
26
26
* @returns {ContentfulClientAPI.ClientAPI }
You can’t perform that action at this time.
0 commit comments