From 00e1cc7c326fbefb2faa346118fb5cd2025e7a09 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Wed, 3 Oct 2018 17:05:25 -0700 Subject: [PATCH] office-js: Update max for RoamingSettings (#29421) --- types/office-js/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *