Skip to content

Commit 1f98dc0

Browse files
committed
comment misspell
1 parent 4c97734 commit 1f98dc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/hardhat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ Original work done by [@RHLSTHRM](https://twitter.com/RHLSTHRM).
175175
## Troubleshooting
176176

177177
Using the types generated by this plugin can lead to Hardhat failing to run. The reason is that the types are not
178-
avialable for loading the config, and that's required to generate the types.
178+
available for loading the config, and that's required to generate the types.
179179

180180
To workaround this issue, you can run `TS_NODE_TRANSPILE_ONLY=1 npx hardhat compile`.

packages/target-truffle-v5-test/test/DataTypesView.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ contract('DataTypesView', ([deployer]) => {
3434

3535
typedAssert(await c.view_tuple(), { 0: new BigNumber('1'), 1: new BigNumber('2') })
3636

37-
// structs doesnt work: could be because of solidty 0.4.x but we are stuck at it
37+
// structs doesnt work: could be because of solidity 0.4.x but we are stuck at it
3838
// typedAssert(await c.view_struct(), {
3939
// uint256_0: new BigNumber('1'),
4040
// uint256_1: new BigNumber('2'),

scripts/compile-contracts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function generateABIs({ rootDir, contracts }: Files) {
9393
}
9494

9595
/**
96-
* Rename ugly names generated by solc to something human redable.
96+
* Rename ugly names generated by solc to something human readable.
9797
*/
9898
function renameOutputNames({ outDir, contracts, contractsDir }: Files) {
9999
console.log(bold('Renaming ABIs'))

0 commit comments

Comments
 (0)