Skip to content

Commit

Permalink
Fix typo. (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando authored Jun 18, 2024
1 parent c558dd9 commit f396c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Anything after the `--` double dash (the "slop") is parsed as arguments to the c
* `xdr` — Decode and encode XDR
* `network` — Start and configure networks
* `version` — Print version information
* `cache` — Cache for tranasctions and contract specs
* `cache` — Cache for transactions and contract specs

###### **Options:**

Expand Down Expand Up @@ -1426,7 +1426,7 @@ Print version information

## `stellar cache`

Cache for tranasctions and contract specs
Cache for transactions and contract specs

**Usage:** `stellar cache <COMMAND>`

Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub enum Cmd {
Network(network::Cmd),
/// Print version information
Version(version::Cmd),
/// Cache for tranasctions and contract specs
/// Cache for transactions and contract specs
#[command(subcommand)]
Cache(cache::Cmd),
}
Expand Down

0 comments on commit f396c10

Please sign in to comment.