diff --git a/src/args_parser.rs b/src/args_parser.rs index be9de82..1e89e04 100644 --- a/src/args_parser.rs +++ b/src/args_parser.rs @@ -126,7 +126,7 @@ pub enum CollisionHandling { #[derive(Args, Debug)] pub struct ServerReloadOptions { - /// Set this flag for the application to attempt to reload the running server process automaticallys + /// Set this flag for the application to attempt to reload the running server process automatically #[arg(long, short = 'r')] pub reload_server: bool, }