Skip to content

Commit 5fcbec4

Browse files
[office-js] [office-js-preview] (PowerPoint) Fix typo (DefinitelyTyped#72945)
1 parent 28c1df1 commit 5fcbec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137890,7 +137890,7 @@ declare namespace PowerPoint {
137890137890
/**
137891137891
* If provided, specifies properties for each cell in the table.
137892137892

137893-
This should be an 2D array with the same number of rows and columns as the table.
137893+
This should be a 2D array with the same number of rows and columns as the table.
137894137894
If a cell doesn't require specific formatting, specify an empty object for that cell.
137895137895
Only the top left cell of a merged are can have properties specified, which will be applied
137896137896
to the entire merged area. For the other cells in the merged area, an empty object should be provided.

types/office-js/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130088,7 +130088,7 @@ declare namespace PowerPoint {
130088130088
/**
130089130089
* If provided, specifies properties for each cell in the table.
130090130090

130091-
This should be an 2D array with the same number of rows and columns as the table.
130091+
This should be a 2D array with the same number of rows and columns as the table.
130092130092
If a cell doesn't require specific formatting, specify an empty object for that cell.
130093130093
Only the top left cell of a merged are can have properties specified, which will be applied
130094130094
to the entire merged area. For the other cells in the merged area, an empty object should be provided.

0 commit comments

Comments
 (0)