From c9c9352bb56afc428cc963d4e6dd198527c95f9e Mon Sep 17 00:00:00 2001 From: Joel LN Date: Sun, 15 Dec 2024 15:37:34 +0100 Subject: [PATCH] Grammar ShipMount.json --- models/ShipMount.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/ShipMount.json b/models/ShipMount.json index 50424d5..4cb4738 100644 --- a/models/ShipMount.json +++ b/models/ShipMount.json @@ -1,6 +1,6 @@ { "type": "object", - "description": "A mount is installed on the exterier of a ship.", + "description": "A mount is installed on the exterior of a ship.", "properties": { "symbol": { "type": "string", @@ -21,7 +21,7 @@ "MOUNT_MISSILE_LAUNCHER_I", "MOUNT_TURRET_I" ], - "description": "Symbo of this mount." + "description": "Symbol of this mount." }, "name": { "type": "string", @@ -68,4 +68,4 @@ "name", "requirements" ] -} \ No newline at end of file +}