diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index c4f238de2d..24201b7877 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -15312,7 +15312,7 @@ declare namespace Office { * Represents the categories on an item. * * In Outlook, a user can group messages and appointments by using a category to color-code them. - * The user defines {@link MasterCategories | categories in a master list} on their mailbox. + * The user defines {@link Office.MasterCategories | categories in a master list} on their mailbox. * They can then apply one or more categories to an item. * * [Api set: Mailbox Preview] @@ -15465,7 +15465,7 @@ declare namespace Office { /** * The color of the category. */ - color: Office.MailboxEnums.CategoryColor; + color: MailboxEnums.CategoryColor; } /**