Fix typos in TypeScript and SCSS files
See [#5136][0]. [0]: https://github.com/signalapp/Signal-Desktop/pull/5136
This commit is contained in:
parent
d77e8804e3
commit
9823eb2201
12 changed files with 16 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
|||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
import utils from './Helpers';
|
||||
|
||||
// Default implmentation working with localStorage
|
||||
// Default implementation working with localStorage
|
||||
const localStorageImpl: StorageInterface = {
|
||||
put(key: string, value: any) {
|
||||
if (value === undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue