chore: update config.rs

specfied -> specified
This commit is contained in:
Ikko Eltociear Ashimine
2024-08-07 03:54:04 +09:00
committed by GitHub
parent 60e4aea5bd
commit b0d8a8254b

View File

@@ -376,7 +376,7 @@ pub struct Config {
impl Config {
pub fn new(mut args: Value) -> Result<Self> {
// Validate that the models specfied are there so we can unwrap
// Validate that the models specified are there so we can unwrap
let configuration_args = args
.as_object_mut()
.context("Server configuration must be a JSON object")?