-fix typos
This commit is contained in:
parent
d2821fe4e0
commit
13c07caef2
@ -91,7 +91,7 @@ export type { AccessStats } from "./MemoryBackend";
|
||||
|
||||
/**
|
||||
* Global indexeddb objects, either from the native or bridge-idb
|
||||
* implementation, depending on what is availabe in
|
||||
* implementation, depending on what is available in
|
||||
* the global environment.
|
||||
*/
|
||||
export const GlobalIDB: {
|
||||
|
@ -314,7 +314,7 @@ export interface BackupWithdrawalGroup {
|
||||
withdrawal_group_id: string;
|
||||
|
||||
/**
|
||||
* Detailled info based on the type of withdrawal group.
|
||||
* Detailed info based on the type of withdrawal group.
|
||||
*/
|
||||
info: BackupWgInfo;
|
||||
|
||||
|
@ -915,7 +915,7 @@ advancedCli
|
||||
|
||||
advancedCli
|
||||
.subcommand("recycle", "recycle", {
|
||||
help: "Export, clear and re-import the database via the backup mechamism.",
|
||||
help: "Export, clear and re-import the database via the backup mechanism.",
|
||||
})
|
||||
.action(async (args) => {
|
||||
await withWallet(args, async (wallet) => {
|
||||
|
Loading…
Reference in New Issue
Block a user