Skip to content

Commit 0d850d0

Browse files
rampatrakanej
authored andcommitted
Update artifacts.md to fix typos
1 parent 5aa1774 commit 0d850d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/hardhat-runner/docs/advanced/artifacts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ artifacts
5555
   │   ├── Bar.json
5656
   │   └── Bar.dbg.json
5757
   └── Qux.sol
58-
   ├── Foo.json
59-
   └── Foo.dbg.json
58+
   ├── Qux.json
59+
   └── Qux.dbg.json
6060
```
6161

6262
Each Solidity file in your source will get a directory in the artifacts structure. Each of these directories contains one artifact (`.json`) file and one debug (`.dbg.json`) file for each _contract_ in that file. `Foo.sol`, for example, contains two contracts inside.

0 commit comments

Comments
 (0)