Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions models/ShipMount.json
Original file line numberDiff line numberDiff line change
@@ -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",
Expand All@@ -21,7 +21,7 @@
"MOUNT_MISSILE_LAUNCHER_I",
"MOUNT_TURRET_I"
],
"description": "Symbo of this mount."
"description": "Symbol of this mount."
},
"name": {
"type": "string",
Expand DownExpand Up@@ -68,4 +68,4 @@
"name",
"requirements"
]
}
}