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",