diff --git a/cli/src/cli_util.rs b/cli/src/cli_util.rs index 7d3ac7847..a4bc33176 100644 --- a/cli/src/cli_util.rs +++ b/cli/src/cli_util.rs @@ -2182,7 +2182,7 @@ pub fn write_config_value_to_file( })?; // Apply config value - // Iterpret value as string unless it's another simple scalar type. + // Interpret value as string unless it's another simple scalar type. // TODO(#531): Infer types based on schema (w/ --type arg to override). let item = match toml_edit::Value::from_str(value_str) { Ok(value @ toml_edit::Value::Boolean(..))