Skip to content

Commit

Permalink
Fix small doc issue (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Oct 22, 2023
1 parent 14b309b commit ee62c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
//!
//! For the following examples, we assume the existence of the following:
//!
//! 1. a substrate node compiled with `--feature try-runtime`, called `substrate`. This will be
//! 1. a substrate node compiled with `--features try-runtime`, called `substrate`. This will be
//! the running node that you connect to, and provide a wasm blob that has try-runtime
//! functionality enabled.
//! 2. the `try-runtime` CLI binary on your path.
Expand Down

0 comments on commit ee62c2d

Please sign in to comment.