From 37e9e9becb82e72522b9cf2a68609f7bba7446a3 Mon Sep 17 00:00:00 2001 From: VforValens Date: Thu, 18 Aug 2022 13:10:35 -0400 Subject: [PATCH] Fix docs case height/width typo. --- config/containers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/containers.json b/config/containers.json index 5200385..ac30565 100644 --- a/config/containers.json +++ b/config/containers.json @@ -12,8 +12,8 @@ "DOCUMENTS_CASE": { - "width": 2, - "height": 1, + "width": 1, + "height": 2, "cellsH": 4, "cellsV": 4 },