diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 934006b0d7..8047777ad2 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -3342,7 +3342,7 @@ declare namespace Office { * The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with * the host: * - * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed` + * Excel for Windows desktop and Excel Online: `Office.FileType.Compressed` * * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf` * @@ -3377,7 +3377,7 @@ declare namespace Office { * The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with * the host: * - * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed` + * Excel for Windows desktop and Excel Online: `Office.FileType.Compressed` * * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf` * diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 73a05bcd60..5e937a7d95 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -3255,7 +3255,7 @@ declare namespace Office { * The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with * the host: * - * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed` + * Excel for Windows desktop and Excel Online: `Office.FileType.Compressed` * * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf` * @@ -3290,7 +3290,7 @@ declare namespace Office { * The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with * the host: * - * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed` + * Excel for Windows desktop and Excel Online: `Office.FileType.Compressed` * * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf` *