From 696c2b21960412d7bd0328fa4961478b76289c3e Mon Sep 17 00:00:00 2001 From: Joel LN Date: Sun, 15 Dec 2024 15:28:31 +0100 Subject: [PATCH] Grammar ShipModule.json Grammar --- models/ShipModule.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/ShipModule.json b/models/ShipModule.json index f30ea36..64cd1fc 100644 --- a/models/ShipModule.json +++ b/models/ShipModule.json @@ -36,7 +36,7 @@ "range": { "type": "integer", "minimum": 0, - "description": "Modules that have a range will such as a sensor array show this value to denote how far can the module reach with its capabilities." + "description": "Modules that have a range will such as a sensor array show this value to denote how far the module can reach with its capabilities." }, "name": { "type": "string", @@ -56,4 +56,4 @@ "description", "requirements" ] -} \ No newline at end of file +}