From 6fa1113e30d932f7e37469613633a193bdd93923 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Thu, 21 Sep 2023 16:50:41 +0200 Subject: [PATCH] fix: Typo in techniques --- config/software/designs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/software/designs.json b/config/software/designs.json index 0003b6f4d88..2f8f4978db3 100644 --- a/config/software/designs.json +++ b/config/software/designs.json @@ -434,6 +434,6 @@ "design": "Biou", "difficulty": 3, "tags": ["tops"], - "techniques": ["curvedSean", "flatSleeve", "hem", "button"] + "techniques": ["curvedSeam", "flatSleeve", "hem", "button"] } }