From 760684738da2541b23578e7ff0417adcdbff2aea Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Wed, 6 Dec 2023 14:34:13 -0700 Subject: [PATCH] fix --- cloudinit/config/schemas/schema-cloud-config-v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/config/schemas/schema-cloud-config-v1.json b/cloudinit/config/schemas/schema-cloud-config-v1.json index 80edc62ef27c..70c6978d5f5c 100644 --- a/cloudinit/config/schemas/schema-cloud-config-v1.json +++ b/cloudinit/config/schemas/schema-cloud-config-v1.json @@ -871,7 +871,7 @@ }, "conf": { "type": "string", - "description": "Specify configuration for apt, such as proxy configuration. This configuration is specified as a string. For mult-line APT configuration, make sure to follow YAML syntax." + "description": "Specify configuration for apt, such as proxy configuration. This configuration is specified as a string. For multi-line APT configuration, make sure to follow YAML syntax." }, "https_proxy": { "type": "string",