Skip to content

Commit 0883d8b

Browse files
authored
docs: fix spelling issues (#5797)
1 parent c412946 commit 0883d8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/hardhat-foundry/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This plugin makes it easier to use Hardhat and [Foundry](https://getfoundry.sh/)
66

77
When this plugin is enabled, Hardhat will use the same contracts directory that is used by Foundry, and it will be able to use dependencies installed with `forge install`.
88

9-
If you have a pure Hardhat project, your can use the `init-foundry` task to create a `foundry.toml` file. The file will be created using the proper values to make Foundry work well with your Hardhat project.
9+
If you have a pure Hardhat project, you can use the `init-foundry` task to create a `foundry.toml` file. The file will be created using the proper values to make Foundry work well with your Hardhat project.
1010

1111
Read [our guide](https://hardhat.org/hardhat-runner/docs/advanced/hardhat-and-foundry) to learn more.
1212

packages/hardhat-solpp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Install it, run `npx hardhat compile` and solc will compile the solpp generated
3838

3939
## Configuration
4040

41-
This plugin can by configured by setting a `solpp` entry in `hardhat.config.js`. Its options are:
41+
This plugin can be configured by setting a `solpp` entry in `hardhat.config.js`. Its options are:
4242

4343
- `defs`: is an object where each property is the symbol's name and its value is the actual definition. Definitions can be numbers, string, expressions, lists, or functions. For more detail about symbols you can check [solpp README](https://github.com/merklejerk/solpp).
4444
- `cwd: string`: directory where the contracts are located, it will be used for flattening purposes, by default it will be the project's source directory.

0 commit comments

Comments
 (0)