mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Typo
This commit is contained in:
parent
e20b2a9a4a
commit
180a225937
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue