diff --git a/src/command/config/validate.rs b/src/command/config/validate.rs index e97c4fb..0db2da5 100644 --- a/src/command/config/validate.rs +++ b/src/command/config/validate.rs @@ -72,7 +72,7 @@ pub(super) fn run() -> Result<(), ValidationError> { SERVER_CONFIG_PATH, CLIENT_CONFIG_PATH ); - cprintln!("Note: This command only checks the format of the config files, so its result does not guarantee the correctness of the value."); + cprintln!("Note: This command only checks the format of the config files, and its result does not guarantee the correctness of the value."); } server_validation_result.and(client_validation_result)