Skip to content

Commit d989dba

Browse files
authored
fix typo
1 parent 341d2d0 commit d989dba

File tree

1 file changed

+1
-1
lines changed
  • docs/tools/dApp-development/common-tools

1 file changed

+1
-1
lines changed

docs/tools/dApp-development/common-tools/hardhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Choose the JavaScript project and go through these steps to compile, test and de
4242

4343
### Checking the contract
4444

45-
The `contracts` folder contains `Lock.sol`, which is a sample contract which consistis of a simple digital lock, where users could only withdraw funds after a given period of time.
45+
The `contracts` folder contains `Lock.sol`, which is a sample contract which consists of a simple digital lock, where users could only withdraw funds after a given period of time.
4646

4747
```solidity
4848
// SPDX-License-Identifier: UNLICENSED

0 commit comments

Comments
 (0)