From 8c2b1608deeb05eeaf365502f3eb69d16dde23d4 Mon Sep 17 00:00:00 2001 From: Lance Austin Date: Sun, 26 Mar 2017 10:57:22 -0500 Subject: [PATCH] Rebased on upstream and matched grammar to Office Dev Docs --- 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 025d521478..13329dad9b 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -108,7 +108,7 @@ declare namespace Office { */ width?: number, /** - * Optional. Determines whether the dialog box should be displayed within an IFrame. This setting is only applicable in Office Online clients, and is ignored on the platforms. + * Optional. Determines whether the dialog box should be displayed within an IFrame. This setting is only applicable in Office Online clients, and is ignored on other platforms. */ displayInIframe?: boolean }