Fixing typo in OfficeTheme.controlForegroundColor

This commit is contained in:
Alex Jerabek
2019-03-04 13:44:58 -08:00
parent bc86129ad7
commit 3fe737230e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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