From 093fdc6d031a7085e15e704784e39cfee248bbb8 Mon Sep 17 00:00:00 2001 From: Angevon-1 Date: Sat, 1 Nov 2025 21:14:39 -0400 Subject: [PATCH] Update categories-for-items-and-locations.md it was missing a comma --- docs/syntax/categories-for-items-and-locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/categories-for-items-and-locations.md b/docs/syntax/categories-for-items-and-locations.md index 6615015c..f600ac1b 100644 --- a/docs/syntax/categories-for-items-and-locations.md +++ b/docs/syntax/categories-for-items-and-locations.md @@ -4,7 +4,7 @@ Categories are an argument like "victory" and "count", except it requires [Squar ``` { "name": "Coins", - "category": ["Currencies"] + "category": ["Currencies"], "count": 25, "progression": true }