Skip to content

Commit 7e12881

Browse files
authored
Merge pull request #4964 from input-output-hk/fix-typos
Fix typos
2 parents e7250ae + cc6f1cc commit 7e12881

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The workbench services are available only inside the workbench shell.
121121
Using Cabal
122122
----
123123

124-
By default, all binaries originating in the ``cardano-node`` repository are available to ``cabal build`` and ``cabal run``, unless the workbench was entered using one of the pure ``*nix`` modes. Note that in all cases, the dependencies for the workbench are supplied though Nix and have been built/tested on CI.
124+
By default, all binaries originating in the ``cardano-node`` repository are available to ``cabal build`` and ``cabal run``, unless the workbench was entered using one of the pure ``*nix`` modes. Note that in all cases, the dependencies for the workbench are supplied through Nix and have been built/tested on CI.
125125

126126
**Dependency localisation** -or- *Cabal&Nix for painless cross-repository work*
127127
----
@@ -167,7 +167,7 @@ Without further ado (**NOTE**: *the order of steps is important!*):
167167
../ouroboros-network/ouroboros-consensus-shelley
168168
../ouroboros-network/ouroboros-consensus-cardano
169169
170-
7. The two packages have now became **local** -- when you try ``cabal build exe:cardano-node`` now, you'll see that Cabal starts to build these dependencies you just localised. Hacking time!
170+
7. The two packages have now become **local** -- when you try ``cabal build exe:cardano-node`` now, you'll see that Cabal starts to build these dependencies you just localised. Hacking time!
171171

172172
Hoogle
173173
----

doc/reference/cardano-node-cli-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The `transaction` command contains the following subcommands:
3939
* `sign`: signs the transaction
4040
* `assemble`: combines and assembles the transaction witness(es) with a transaction body to create a transaction
4141
* `witness`: witnesses a transaction
42-
* `submit`: submits the transaction to the local node whose Unix domain socket is obtained from the CARANO_NODE_SOCKET_PATH environment variable (uses the `--cardano-mode`, `--byron-mode`, `--shelley-mode` flags)
42+
* `submit`: submits the transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable (uses the `--cardano-mode`, `--byron-mode`, `--shelley-mode` flags)
4343
* `calculate-min-fee`: calculates the minimum fee for the transaction
4444
* `calculate-min-required-utxo`: calculates the minimum required ADA for a transaction output
4545
* `hash-script-data`: calculates the hash of script data (datums)

0 commit comments

Comments
 (0)