Skip to content

Commit d746b5c

Browse files
[office-js] [office-js-preview] (Word) Fix punctuation (DefinitelyTyped#72771)
1 parent 1ab7dee commit d746b5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102786,7 +102786,7 @@ declare namespace Word {
102786102786
*/
102787102787
readonly parentTableOrNullObject: Word.Table;
102788102788
/**
102789-
* Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
102789+
* Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
102790102790
*
102791102791
* @remarks
102792102792
* [Api set: WordApiDesktop 1.2]
@@ -103719,7 +103719,7 @@ declare namespace Word {
103719103719
*/
103720103720
readonly parentTableOrNullObject: Word.Table;
103721103721
/**
103722-
* Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
103722+
* Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
103723103723
*
103724103724
* @remarks
103725103725
* [Api set: WordApiDesktop 1.2]
@@ -122682,7 +122682,7 @@ declare namespace Word {
122682122682
id?: boolean;
122683122683
}
122684122684
/**
122685-
* Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
122685+
* Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
122686122686
*
122687122687
* @remarks
122688122688
* [Api set: WordApiDesktop 1.2]

types/office-js/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94839,7 +94839,7 @@ declare namespace Word {
9483994839
*/
9484094840
readonly parentTableOrNullObject: Word.Table;
9484194841
/**
94842-
* Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
94842+
* Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
9484394843
*
9484494844
* @remarks
9484594845
* [Api set: WordApiDesktop 1.2]
@@ -95722,7 +95722,7 @@ declare namespace Word {
9572295722
*/
9572395723
readonly parentTableOrNullObject: Word.Table;
9572495724
/**
95725-
* Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
95725+
* Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
9572695726
*
9572795727
* @remarks
9572895728
* [Api set: WordApiDesktop 1.2]
@@ -114424,7 +114424,7 @@ declare namespace Word {
114424114424
id?: boolean;
114425114425
}
114426114426
/**
114427-
* Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
114427+
* Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
114428114428
*
114429114429
* @remarks
114430114430
* [Api set: WordApiDesktop 1.2]

0 commit comments

Comments
 (0)