diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 0bb6cf22b4..eb35aaa6fe 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -16204,7 +16204,7 @@ declare namespace Office { * The set method creates a new setting of the specified name if it does not already exist, or sets an existing setting of the specified name. * The value is stored in the document as the serialized JSON representation of its data type. * - * A maximum of 2MB is available for the settings of each add-in, and each individual setting is limited to 32KB. + * A maximum of 32KB is available for the settings of each add-in. * * Any changes made to settings using the set function will not be saved to the server until the saveAsync function is called. *