From e829dbffbcf44e7457ddc6144a893d0ee97f0058 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Fri, 17 Jan 2025 15:19:19 +0300 Subject: [PATCH] [de][bu] Fix description --- word/apiBuilder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/word/apiBuilder.js b/word/apiBuilder.js index 0e9c7ea7ec..db23e13641 100644 --- a/word/apiBuilder.js +++ b/word/apiBuilder.js @@ -15528,7 +15528,7 @@ }; /** * Returns the shape inner contents where a paragraph or text runs can be inserted if it exists. - * @memberof ApiShape + * @memberof ApiDrawing * @typeofeditors ["CDE", "CSE"] * @returns {?ApiDocumentContent} * @see office-js-api/Examples/{Editor}/ApiDrawing/Methods/GetContent.js