Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Dec 4, 2024
1 parent 77bc0d9 commit 70452e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/soroban-cli/src/commands/network/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub enum Cmd {
Stop(crate::commands::container::StopCmd),

/// Set the default network that will be used on all commands.
/// This allows you to skip `--network` or setting a environment variable,
/// This allows you to skip `--network` or setting an environment variable,
/// while reusing this value in all commands that require it.
#[command(name = "use")]
Default(default::Cmd),
Expand Down Expand Up @@ -89,8 +89,8 @@ pub enum Error {
FailedToParseJSON(String, serde_json::Error),
#[error("Invalid URL {0}")]
InvalidUrl(String),
#[error("Inproper response {0}")]
InproperResponse(String),
#[error("Improper response {0}")]
ImproperResponse(String),
}

impl Cmd {
Expand Down

0 comments on commit 70452e8

Please sign in to comment.