Minor typo in ServerReloadOptions

This commit is contained in:
Karcsesz 2024-02-14 21:11:36 +01:00
parent 966640b59f
commit 4475917822

View file

@ -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,
}