From 72fee7be892fe5825ffc9fcb3e2a3423b9be43d3 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Tue, 7 Aug 2018 10:21:00 -0700 Subject: [PATCH] update based on feedback --- 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 8f187c79ea..36af5da50a 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -765,7 +765,7 @@ declare namespace Office { */ roamingSettings: Office.RoamingSettings; /** - * Specifies whether the platform and device allows touch interaction. True if the add-in is running on a touch device, such as an iPad; False otherwise. + * Specifies whether the platform and device allows touch interaction. True if the add-in is running on a touch device, such as an iPad; false otherwise. * * @remarks * Use the touchEnabled property to determine when your add-in is running on a touch device and if necessary, adjust the kind of controls, and size and spacing of elements in your add-in's UI to accommodate touch interactions.