From 4c888204cf19995b4581c99a7a39a56791fe6720 Mon Sep 17 00:00:00 2001 From: Andrea Vesterhus Date: Thu, 8 Feb 2024 10:37:13 +0100 Subject: [PATCH] fix: wrond direction in description --- .../dm-core-plugins/blueprints/stack/StackPluginConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dm-core-plugins/blueprints/stack/StackPluginConfig.json b/packages/dm-core-plugins/blueprints/stack/StackPluginConfig.json index 894971fdb..ab86da451 100644 --- a/packages/dm-core-plugins/blueprints/stack/StackPluginConfig.json +++ b/packages/dm-core-plugins/blueprints/stack/StackPluginConfig.json @@ -55,7 +55,7 @@ { "name": "wrapItems", "type": "CORE:BlueprintAttribute", - "description": "When using vertical direction, make items wrap under eachother when width is getting too small to fit all items", + "description": "When using horizontal direction, make items wrap under eachother when width is getting too small to fit all items", "attributeType": "boolean", "optional": true, "default": false