Skip to content

Commit e2657f5

Browse files
[office-js] [office-js-preview] (Word) Minor cleanup (DefinitelyTyped#74647)
1 parent 89bfe91 commit e2657f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

types/office-js-preview/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104378,12 +104378,12 @@ declare namespace Word {
104378104378
/** Sets multiple properties on the object at the same time, based on an existing loaded object. */
104379104379
set(properties: Word.CommentContentRange): void;
104380104380
/**
104381-
* Inserts text into at the specified location. **Note**: For the modern comment, the content range tracked across context turns to empty if any revision to the comment is posted through the UI.
104381+
* Inserts text at the specified location. **Note**: For the modern comment, the content range tracked across context turns to empty if any revision to the comment is posted through the UI.
104382104382
*
104383104383
* @remarks
104384104384
* [Api set: WordApi 1.4]
104385104385
*
104386-
* @param text The text to be inserted in to the `CommentContentRange`.
104386+
* @param text The text to be inserted into the `CommentContentRange` object.
104387104387
* @param insertLocation The value must be `replace`, `start`, `end`, `before`, or `after`.
104388104388
*/
104389104389
insertText(text: string, insertLocation: Word.InsertLocation | "Replace" | "Start" | "End" | "Before" | "After"): Word.CommentContentRange;

types/office-js/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97983,12 +97983,12 @@ declare namespace Word {
9798397983
/** Sets multiple properties on the object at the same time, based on an existing loaded object. */
9798497984
set(properties: Word.CommentContentRange): void;
9798597985
/**
97986-
* Inserts text into at the specified location. **Note**: For the modern comment, the content range tracked across context turns to empty if any revision to the comment is posted through the UI.
97986+
* Inserts text at the specified location. **Note**: For the modern comment, the content range tracked across context turns to empty if any revision to the comment is posted through the UI.
9798797987
*
9798897988
* @remarks
9798997989
* [Api set: WordApi 1.4]
9799097990
*
97991-
* @param text The text to be inserted in to the `CommentContentRange`.
97991+
* @param text The text to be inserted into the `CommentContentRange` object.
9799297992
* @param insertLocation The value must be `replace`, `start`, `end`, `before`, or `after`.
9799397993
*/
9799497994
insertText(text: string, insertLocation: Word.InsertLocation | "Replace" | "Start" | "End" | "Before" | "After"): Word.CommentContentRange;

0 commit comments

Comments
 (0)