From 3fe737230e2888fa765b59ec9ffd9eff98e336c6 Mon Sep 17 00:00:00 2001 From: Alex Jerabek Date: Mon, 4 Mar 2019 13:44:58 -0800 Subject: [PATCH] Fixing typo in OfficeTheme.controlForegroundColor --- 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 3a0f28b574..f6fddea95b 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -1633,7 +1633,7 @@ declare namespace Office { */ controlBackgroundColor: string; /** - * Gets the Office theme body control color as a hexadecimal color triplet (e.g. "FFA500"). + * Gets the Office theme control foreground color as a hexadecimal color triplet (e.g. "FFA500"). */ controlForegroundColor: string; } diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 21017ce4be..97c4525703 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -1633,7 +1633,7 @@ declare namespace Office { */ controlBackgroundColor: string; /** - * Gets the Office theme body control color as a hexadecimal color triplet (e.g. "FFA500"). + * Gets the Office theme control foreground color as a hexadecimal color triplet (e.g. "FFA500"). */ controlForegroundColor: string; }