diff --git a/crates/lsp-ai/src/config.rs b/crates/lsp-ai/src/config.rs index e0c0310..763ede1 100644 --- a/crates/lsp-ai/src/config.rs +++ b/crates/lsp-ai/src/config.rs @@ -376,7 +376,7 @@ pub struct Config { impl Config { pub fn new(mut args: Value) -> Result { - // 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")?