This commit is contained in:
Markus Olsson 2016-12-01 08:12:38 +01:00
parent e20b2a9a4a
commit 180a225937
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ export interface IAppState {
readonly titleBarStyle: 'light' | 'dark'
/**
* Used to add a highligt class to the app menu toolbar icon
* Used to add a highlight class to the app menu toolbar icon
* when the Alt key is pressed. Only applicable on non-macOS
* platforms.
*/

View file

@ -128,7 +128,7 @@ export class AppStore {
private appMenu: AppMenu | null = null
/**
* Used to add a highligt class to the app menu toolbar icon
* Used to add a highlight class to the app menu toolbar icon
* when the Alt key is pressed. Only applicable on non-macOS
* platforms.
*/

View file

@ -437,7 +437,7 @@ export class Dispatcher {
}
/**
* Set whether or not to to add a highligt class to the app menu toolbar icon.
* Set whether or not to to add a highlight class to the app menu toolbar icon.
* Used to highlight the button when the Alt key is pressed.
*
* Only applicable on non-macOS platforms.