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; }