Skip to content

Commit 469493c

Browse files
committed
doc update
1 parent 79c97cc commit 469493c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/contentstackClient.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import error from './core/contentstackError'
99

1010
export default function contentstackClient ({ http }) {
1111
/**
12-
* @description The Log in to your account request is used to sign in to your Contentstack account and obtain the authtoken.
12+
* @description The login call is used to sign in to your Contentstack account and obtain the authtoken.
1313
* @memberof ContentstackClient
1414
* @func login
1515
* @param {Object} parameters - login parameters
16-
* @prop {string} paramters.email - email id for user to login
17-
* @prop {string} paramters.password - password for user to login
18-
* @prop {string} paramters.token - token for user to login
16+
* @prop {string} parameters.email - email id for user to login
17+
* @prop {string} parameters.password - password for user to login
18+
* @prop {string} parameters.token - token for user to login
1919
* @returns {Promise}
2020
* @example
2121
* import * as contentstack from '@contentstack/management'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@
9090
"webpack-cli": "^3.3.12",
9191
"webpack-merge": "4.1.0"
9292
},
93-
"homepage": "https://www.contentstack.com/docs/apis/contentstack-management"
93+
"homepage": "https://www.contentstack.com"
9494
}

0 commit comments

Comments
 (0)