Skip to content

Commit bbda17a

Browse files
[office-js] [office-js-preview] (PowerPoint) Fix typo in link (DefinitelyTyped#73741)
1 parent 1341197 commit bbda17a

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
@@ -190066,7 +190066,7 @@ declare namespace PowerPoint {
190066190066
*/
190067190067
text?: string;
190068190068
/**
190069-
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
190069+
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
190070190070
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
190071190071
*
190072190072
* @remarks

types/office-js/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132128,7 +132128,7 @@ declare namespace PowerPoint {
132128132128
*/
132129132129
text?: string;
132130132130
/**
132131-
* Specifies the contents of the table cell as an array of {@link TextRun} objects.
132131+
* Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
132132132132
Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
132133132133
*
132134132134
* @remarks

0 commit comments

Comments
 (0)