Skip to content

Commit e722787

Browse files
authored
Fix minor typo in key-management.md (#1706)
1 parent e99bf8b commit e722787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vocs/docs/pages/guides/best-practices/key-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Script execution requires a private key to send transactions. This key controls
88

99
### Using Hardware Wallet
1010

11-
Hardware wallets such as Ledger and Trezor store seed phrases in a secure enclave. Forge can send a raw transaction to the wallet, and the wallet will sign the transaction. The signed transaction is returned to forge and broadcaster. This way, private keys never leave the hardware wallet, making this a very secure approach. To use a hardware wallet with scripts, see the `--ledger` and `--trezor` [flags](/forge/reference/script).
11+
Hardware wallets such as Ledger and Trezor store seed phrases in a secure enclave. Forge can send a raw transaction to the wallet, and the wallet will sign the transaction. The signed transaction is returned to forge and broadcasted. This way, private keys never leave the hardware wallet, making this a very secure approach. To use a hardware wallet with scripts, see the `--ledger` and `--trezor` [flags](/forge/reference/script).
1212

1313
### Using Private Keys
1414

0 commit comments

Comments
 (0)