Skip to content

Commit 7f6e78c

Browse files
committed
Fix typos
1 parent e7250ae commit 7f6e78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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
----

0 commit comments

Comments
 (0)