diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 4739970ca6..79acf7d80b 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -72428,6 +72428,8 @@ declare namespace Word { /** * * Specifies the options to be included in a search operation. + * + * To learn more about how to use search options in the Word JavaScript APIs, read {@link https://docs.microsoft.com/office/dev/add-ins/word/search-option-guidance | Use search options to find text in your Word add-in}. * * [Api set: WordApi 1.1] */ diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 2268632ad5..0522fa5900 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -67277,6 +67277,8 @@ declare namespace Word { /** * * Specifies the options to be included in a search operation. + * + * To learn more about how to use search options in the Word JavaScript APIs, read {@link https://docs.microsoft.com/office/dev/add-ins/word/search-option-guidance | Use search options to find text in your Word add-in}. * * [Api set: WordApi 1.1] */