diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index f6e78e1..d5cac00 100644 --- a/src/main.rs +++ b/src/main.rs @@ -229,7 +229,7 @@ async fn run(miniserve_config: MiniserveConfig) -> Result<(), ContextualError> { println!("Serving path {}", Color::Yellow.paint(path_string).bold()); println!( - "Availabe at (non-exhaustive list):\n {}\n", + "Available at (non-exhaustive list):\n {}\n", display_urls .iter() .map(|url| Color::Green.paint(url).bold().to_string()) |