Skip to content

Commit d39985a

Browse files
fix: typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f446d20 commit d39985a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/cli-helpers/askForWallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function walletToKeyStore({
4545
if (exists) {
4646
// TODO ask confirmation?
4747
spinner.warn(
48-
'A wallet file with this address already exists in the keystore, it will de replaced'
48+
'A wallet file with this address already exists in the keystore, it will be replaced'
4949
);
5050
}
5151
}

0 commit comments

Comments
 (0)