Skip to content

Commit

Permalink
fix(forge): fix some typos in forge clone (#7725)
Browse files Browse the repository at this point in the history
fix some typos
  • Loading branch information
kamuik16 authored Apr 19, 2024
1 parent 21b3346 commit b18c149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/forge/bin/cmd/clone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct CloneMetadata {
pub path: PathBuf,
/// The name of the contract in the file.
pub target_contract: String,
/// The address of the contract on the blockchian.
/// The address of the contract on the blockchain.
pub address: Address,
/// The chain id.
pub chain_id: ChainId,
Expand Down Expand Up @@ -67,7 +67,7 @@ pub struct CloneArgs {
#[arg(value_hint = ValueHint::DirPath, default_value = ".", value_name = "PATH")]
pub root: PathBuf,

/// Do not generaet the remappings.txt file. Instead, keep the remappings in the configuration.
/// Do not generate the remappings.txt file. Instead, keep the remappings in the configuration.
#[arg(long)]
pub no_remappings_txt: bool,

Expand Down Expand Up @@ -160,7 +160,7 @@ impl CloneArgs {
/// Collect the compilation metadata of the cloned contract.
/// This function compiles the cloned contract and collects the compilation metadata.
///
/// * `meta` - the metadata of the contract (from Etherscam).
/// * `meta` - the metadata of the contract (from Etherscan).
/// * `chain` - the chain where the contract to be cloned locates.
/// * `address` - the address of the contract to be cloned.
/// * `root` - the root directory of the cloned project.
Expand Down

0 comments on commit b18c149

Please sign in to comment.