From 52a0e8a3b5f8b9a3136698e645d2bb415fb70205 Mon Sep 17 00:00:00 2001 From: Leaf <59538202+AroLeaf@users.noreply.github.com> Date: Sat, 30 Dec 2023 10:19:00 +0100 Subject: [PATCH] fix: typo in ActivityLevel.json --- models/ActivityLevel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/ActivityLevel.json b/models/ActivityLevel.json index 2a8d4b8..c1495d0 100644 --- a/models/ActivityLevel.json +++ b/models/ActivityLevel.json @@ -11,6 +11,6 @@ "WEAK": "Indicates very low production or consumption activity. This may suggest a surplus in supply or a lack of demand.", "GROWING": "Represents increasing activity in production or consumption, suggesting a developing market.", "STRONG": "Signifies high levels of production or consumption. Indicates a healthy and active market with high demand or supply.", - "RESTRICTED": "Reflects a bottlneck in production or consumption, possibly due to a lack of supply or demand in related goods." + "RESTRICTED": "Reflects a bottleneck in production or consumption, possibly due to a lack of supply or demand in related goods." } -} \ No newline at end of file +}