Skip to content

Commit 4795de1

Browse files
authored
fix typos
1 parent a60b85b commit 4795de1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/develop/smart-contracts/locklift-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const config: LockliftConfig = {
9494
// path: "/mnt/o/projects/broxus/TON-Solidity-Compiler/build/solc/solc",
9595
// Or specify version of compiler
9696
version: "0.62.0",
97-
// Specify config for extarnal contracts as in exapmple
97+
// Specify config for external contracts as in example
9898
// externalContracts: {
9999
// "node_modules/broxus-ton-tokens-contracts/build": ['TokenRoot', 'TokenWallet']
100100
// }
@@ -174,7 +174,7 @@ npx locklift test -n local
174174
175175
## Invoke Scripts
176176
177-
There is a common practice to keep various scripts within the same environment where the samrt contracts and tests live. Such scripts may perform deployment, configuration, data collection or and smart-contract upgrade routines.
177+
There is a common practice to keep various scripts within the same environment where the smart contracts and tests live. Such scripts may perform deployment, configuration, data collection or and smart-contract upgrade routines.
178178
179179
Let's run the sample deployment script within locklift environment (make sure your local node container is up and running)
180180

0 commit comments

Comments
 (0)