1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Small Typo & Lint Fix (#15313)

* Small typo and lint fix

* Removes extra line
This commit is contained in:
Colton Hurst
2025-06-27 10:28:35 -04:00
committed by GitHub
parent bfb71a3405
commit f7ca5b7818
2 changed files with 1 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ export class DesktopSettingsService {
private readonly closeToTrayState = this.stateProvider.getGlobal(CLOSE_TO_TRAY_KEY);
/**
* Tha applications setting for whether or not to close the application into the system tray.
* The applications setting for whether or not to close the application into the system tray.
*/
closeToTray$ = this.closeToTrayState.state$.pipe(map(Boolean));