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 +}