From bae8967998b8c56a526f95b96c034e8ab620305c Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sat, 8 Oct 2022 22:36:59 +0900 Subject: [PATCH] Theme.json: Make `spacingScale` description more accurate --- schemas/json/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 947509c0377749..28889097946cbf 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -269,7 +269,7 @@ } }, "spacingScale": { - "description": "Space size presets for the space size selector.\nGenerates a custom property (`--wp--preset--space-size--{slug}`) per preset value.", + "description": "Settings to auto-generate space size presets for the space size selector.\nGenerates a custom property (`--wp--preset--space-size--{slug}`) per preset value.", "type": "object", "properties": { "operator": {