From 88c05271bb853919ca99187d6c72c15794b3cb10 Mon Sep 17 00:00:00 2001 From: Si Taggart Date: Wed, 20 Sep 2023 12:55:38 -0700 Subject: [PATCH] chore: updated type doc assets --- packages/paste-core/layout/aspect-ratio/type-docs.json | 2 +- packages/paste-core/layout/grid/type-docs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/paste-core/layout/aspect-ratio/type-docs.json b/packages/paste-core/layout/aspect-ratio/type-docs.json index 331d025893..5edb4f8be0 100644 --- a/packages/paste-core/layout/aspect-ratio/type-docs.json +++ b/packages/paste-core/layout/aspect-ratio/type-docs.json @@ -5,7 +5,7 @@ "defaultValue": null, "required": true, "externalProp": false, - "description": "Determines the aspect ratio of the element. Use a colon separated number pattern (width:height)." + "description": "Determines the aspect ratio of the element. Use a colon-separated number pattern (width:height)." } } } diff --git a/packages/paste-core/layout/grid/type-docs.json b/packages/paste-core/layout/grid/type-docs.json index d5fdd96546..3058625d21 100644 --- a/packages/paste-core/layout/grid/type-docs.json +++ b/packages/paste-core/layout/grid/type-docs.json @@ -3377,7 +3377,7 @@ "defaultValue": null, "required": false, "externalProp": false, - "description": "Sets the width of Columns (how many columns a column can span)" + "description": "Sets the width of a column by defining the number of columns that column can span" }, "spellCheck": { "type": "Booleanish",