Skip to content

Commit

Permalink
Fixing typo in OfficeTheme.controlForegroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJerabek committed Mar 4, 2019
1 parent bc86129 commit 3fe7372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion types/office-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3fe7372

Please sign in to comment.