Skip to content

Commit

Permalink
fixed a note (#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchinnikova-natalya authored Jan 24, 2023
1 parent 32e4073 commit f643507
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions word/apiBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -8598,12 +8598,8 @@

/**
* Adds a caption paragraph after (or before) the current paragraph.
* <note>
* <ol>
* <li>The current paragraph must be in the document (not in the footer/header).</li>
* <li>If the current paragraph is placed in a shape, then a caption is added after (or before) the parent shape.</li>
* </ol>
* </note>
* <note>Please note that the current paragraph must be in the document (not in the footer/header).
* And if the current paragraph is placed in a shape, then a caption is added after (or before) the parent shape.</note>
* @memberof ApiParagraph
* @typeofeditors ["CDE"]
* @param {string} sAdditional - The additional text.
Expand Down

0 comments on commit f643507

Please sign in to comment.