From 7f8b4615483a085df405f46604b8cd8dabcff27b Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Sun, 5 Nov 2023 11:21:44 +0800 Subject: [PATCH] docs: fix typos --- docs/common/communication/bitcoin-signing.md | 4 ++-- docs/core/emulator/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/common/communication/bitcoin-signing.md b/docs/common/communication/bitcoin-signing.md index 7b484e038..762f292d3 100644 --- a/docs/common/communication/bitcoin-signing.md +++ b/docs/common/communication/bitcoin-signing.md @@ -329,9 +329,9 @@ signatures. A replacement transaction in Trezor must satisfy the following requirements: -* All inputs of the original transactions must be inputs of the replacement transation. +* All inputs of the original transactions must be inputs of the replacement transaction. * All _external_ outputs of the original transactions must be outputs of the replacement - transation. + transaction. * The value of an external output may be decreased only if there are no new external inputs. This should only be used to bump the fee if the original transaction transfers the entire account balance and there is no other source available to bump the fee. diff --git a/docs/core/emulator/index.md b/docs/core/emulator/index.md index 9227c18ac..44d89a9dd 100644 --- a/docs/core/emulator/index.md +++ b/docs/core/emulator/index.md @@ -21,7 +21,7 @@ Any other usage of the emulator is discouraged. Doing so runs the risk of losing - either enter `poetry shell` first, and then use `./emu.py` - or always use `poetry run ./emu.py` 3. start the bridge: - - to initalise the [bridge](https://github.com/trezor/trezord-go) with emulator support, start it with `trezord-go -e 21324` + - to initialise the [bridge](https://github.com/trezor/trezord-go) with emulator support, start it with `trezord-go -e 21324` - alternatively, launch the [desktop suite](https://suite.trezor.io/) from the command line with the argument `--bridge-dev` Now you can use the emulator the same way as you use the device, for example you can use [Trezor Suite](https://suite.trezor.io), use our Python CLI tool (`trezorctl`), etc. Simply click to emulate screen touches. @@ -96,7 +96,7 @@ file with `--output`. ### Running subcommands with the emulator -In scripts, it is often necessary to start the emulator, run a commmand while it is +In scripts, it is often necessary to start the emulator, run a command while it is available, and then stop it. The following command runs the device test suite using the emulator: