From ca3bfdb158eee55f55a7a5bc1c7f689366087da9 Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Wed, 5 Feb 2020 08:52:47 -0800 Subject: [PATCH] [office-js, office-js-preview] PivotTableCollection description typo fixes (#42102) * Removing prompt verbage from selection binding options * Fix PivotTable typo --- types/office-js-preview/index.d.ts | 2 +- types/office-js/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 8f214e8ea4..3c7ca449fe 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -30391,7 +30391,7 @@ declare namespace Excel { readonly items: Excel.PivotTable[]; /** * - * Add a Pivottable based on the specified source data and insert it at the top left cell of the destination range. + * Add a PivotTable based on the specified source data and insert it at the top-left cell of the destination range. * * [Api set: ExcelApi 1.8] * diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 73e92ecf0b..b879db5ec9 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -29559,7 +29559,7 @@ declare namespace Excel { readonly items: Excel.PivotTable[]; /** * - * Add a Pivottable based on the specified source data and insert it at the top left cell of the destination range. + * Add a PivotTable based on the specified source data and insert it at the top-left cell of the destination range. * * [Api set: ExcelApi 1.8] *