Skip to content

Commit e0e1168

Browse files
[Word] Minor updates (DefinitelyTyped#72222)
1 parent 25a3ab4 commit e0e1168

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111435,7 +111435,7 @@ declare namespace Word {
111435111435
/** An interface for updating data on the `Body` object, for use in `body.set({ ... })`. */
111436111436
interface BodyUpdateData {
111437111437
/**
111438-
* Gets the text format of the body. Use this to get and set font name, size, color and other properties.
111438+
* Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
111439111439
*
111440111440
* @remarks
111441111441
* [Api set: WordApi 1.1]
@@ -113343,7 +113343,7 @@ declare namespace Word {
113343113343
*/
113344113344
fields?: Word.Interfaces.FieldData[];
113345113345
/**
113346-
* Gets the text format of the body. Use this to get and set font name, size, color and other properties.
113346+
* Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
113347113347
*
113348113348
* @remarks
113349113349
* [Api set: WordApi 1.1]

types/office-js/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104981,7 +104981,7 @@ declare namespace Word {
104981104981
/** An interface for updating data on the `Body` object, for use in `body.set({ ... })`. */
104982104982
interface BodyUpdateData {
104983104983
/**
104984-
* Gets the text format of the body. Use this to get and set font name, size, color and other properties.
104984+
* Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
104985104985
*
104986104986
* @remarks
104987104987
* [Api set: WordApi 1.1]
@@ -106881,7 +106881,7 @@ declare namespace Word {
106881106881
*/
106882106882
fields?: Word.Interfaces.FieldData[];
106883106883
/**
106884-
* Gets the text format of the body. Use this to get and set font name, size, color and other properties.
106884+
* Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
106885106885
*
106886106886
* @remarks
106887106887
* [Api set: WordApi 1.1]

0 commit comments

Comments
 (0)