Skip to content

Commit c030728

Browse files
[office-js] [office-js-preview] (Word) Link to Word object instead of… (DefinitelyTyped#73997)
1 parent 1a9c7ca commit c030728

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
@@ -125891,7 +125891,7 @@ declare namespace Word {
125891125891
after = "After",
125892125892
}
125893125893
/**
125894-
* Represents the location of a {@link https://learn.microsoft.com/javascript/api/word/word.border | border}.
125894+
* Represents the location of a {@link Word.Border | border}.
125895125895
*
125896125896
* @remarks
125897125897
* [Api set: WordApi 1.3]
@@ -126059,7 +126059,7 @@ declare namespace Word {
126059126059
mixed = "Mixed",
126060126060
}
126061126061
/**
126062-
* The {@link https://learn.microsoft.com/javascript/api/word/word.border | border} types.
126062+
* The {@link Word.Border | border} types.
126063126063
*
126064126064
* @remarks
126065126065
* [Api set: WordApi 1.3]

types/office-js/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118841,7 +118841,7 @@ declare namespace Word {
118841118841
after = "After",
118842118842
}
118843118843
/**
118844-
* Represents the location of a {@link https://learn.microsoft.com/javascript/api/word/word.border | border}.
118844+
* Represents the location of a {@link Word.Border | border}.
118845118845
*
118846118846
* @remarks
118847118847
* [Api set: WordApi 1.3]
@@ -119009,7 +119009,7 @@ declare namespace Word {
119009119009
mixed = "Mixed",
119010119010
}
119011119011
/**
119012-
* The {@link https://learn.microsoft.com/javascript/api/word/word.border | border} types.
119012+
* The {@link Word.Border | border} types.
119013119013
*
119014119014
* @remarks
119015119015
* [Api set: WordApi 1.3]

0 commit comments

Comments
 (0)