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'
9
9
10
10
export default function contentstackClient ( { http } ) {
11
11
/**
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.
13
13
* @memberof ContentstackClient
14
14
* @func login
15
15
* @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
19
19
* @returns {Promise }
20
20
* @example
21
21
* import * as contentstack from '@contentstack/management'
Original file line number Diff line number Diff line change 90
90
"webpack-cli" : " ^3.3.12" ,
91
91
"webpack-merge" : " 4.1.0"
92
92
},
93
- "homepage" : " https://www.contentstack.com/docs/apis/contentstack-management "
93
+ "homepage" : " https://www.contentstack.com"
94
94
}
You can’t perform that action at this time.
0 commit comments