Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Troublor committed Sep 21, 2024
1 parent 6552187 commit b4c3bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Clone Metadata

Each cloned contract will generate a `CloneMetadats` stored in `.clone.meta` file in the project root.
Each cloned contract will generate a `CloneMetadata` stored in `.clone.meta` file in the project root.
Clone metadata contains:
- The contract name
- On-chain address
Expand Down
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ Have fun!

##### Want to know how @medga/hardhat-clone makes this possible?

See our technical design: [./DESIGN.md].
See our technical design: [DESIGN.md](./DESIGN.md).

0 comments on commit b4c3bc5

Please sign in to comment.