mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
fix: fix various typos
This commit is contained in:
@@ -21,7 +21,6 @@ import {Storage} from '@ionic/storage';
|
||||
@Injectable()
|
||||
export class StorageProvider {
|
||||
/**
|
||||
*
|
||||
* @param storage TODO
|
||||
*/
|
||||
constructor(private readonly storage: Storage) {
|
||||
@@ -124,7 +123,7 @@ export class StorageProvider {
|
||||
/**
|
||||
* Puts a value of type T into the storage using provided key
|
||||
*
|
||||
* @param key Unique indentifier
|
||||
* @param key Unique identifier
|
||||
* @param value Resource to store under the key
|
||||
*/
|
||||
async put<T>(key: string, value: T): Promise<T> {
|
||||
|
||||
Reference in New Issue
Block a user