Skip to content

Commit a31aedb

Browse files
authored
fix another typo
1 parent 26d62c4 commit a31aedb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/platform/theme/common/themeService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface ITheme {
5555
getColor(color: ColorIdentifier, useDefault?: boolean): Color | null;
5656

5757
/**
58-
* Returns wheter the theme defines a value for the color. If not, that means the
58+
* Returns whether the theme defines a value for the color. If not, that means the
5959
* default color will be used.
6060
*/
6161
defines(color: ColorIdentifier): boolean;
@@ -137,4 +137,4 @@ platform.Registry.add(Extensions.ThemingContribution, themingRegistry);
137137

138138
export function registerThemingParticipant(participant: IThemingParticipant): IDisposable {
139139
return themingRegistry.onThemeChange(participant);
140-
}
140+
}

0 commit comments

Comments
 (0)