We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b2a39 commit 67d375fCopy full SHA for 67d375f
1 file changed
src/core/modules/entry.js
@@ -188,7 +188,7 @@ export default class Entry {
188
* @method includeEmbeddedItems
189
* @memberOf Entry
190
* @description Include Embedded Objects (Entries and Assets) along with entry/entries details.
191
- * @example Stack.ContentType("contentType_uid").Entry("entry_uid").includeEmbeddedObjects().fetch()
+ * @example Stack.ContentType("contentType_uid").Entry("entry_uid").includeEmbeddedItems().fetch()
192
* @returns {Entry}
193
* @instance
194
*/
0 commit comments