File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ import error from './core/contentstackError'
99
1010export 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'
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments