Skip to content

Commit

Permalink
chrome(storage-client): fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 20, 2022
1 parent a54c1a5 commit 753ef6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/storage-client/src/storage-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ alwatrRegisteredList.push({
*
* console.log('has \'alimd\': %o', await db.has('alimd'));
* console.log('keys: %o', await db.keys());
* console.log('getAll: %o', await db.getAll());
* console.log('getStorage: %o', await db.getStorage());
* console.log('delete: %o', await db.delete('alimd'));
* try {
* await db.delete('abcd');
Expand Down Expand Up @@ -102,7 +102,7 @@ export class AlwatrStorageClient<DocumentType extends AlwatrDocumentObject = Alw
* console.log('user_5000 id not found!');
* }
* else {
* console.err((err as Error)?.message || err);
* console.error((err as Error)?.message || err);
* }
* }
* ```
Expand Down

0 comments on commit 753ef6e

Please sign in to comment.