File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export default class Stack {
252252 /**
253253 * @method fetch
254254 * @memberOf Stack
255- * @description This method will returns information of a specific content type. It returns the content type schema .
255+ * @description This method returns the complete information of a specific content type.
256256 * @example
257257 * let single_contenttype = Stack.ContentType(content_type_uid).fetch()
258258 * single_contenttype
@@ -341,7 +341,7 @@ export default class Stack {
341341 /**
342342 * @method getContentTypes
343343 * @memberOf Stack
344- * @description getContentTypes method returns comprehensive information of all the content types available in a particular stack in your account.
344+ * @description This method returns comprehensive information of all the content types of a particular stack in your account.
345345 * @example Stack.getContentTypes()
346346 * @example
347347 * let data = Stack.getContentTypes()
You can’t perform that action at this time.
0 commit comments