Skip to content

Fix typos #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions models/ShipMount.json
Original file line number Diff line number Diff 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 Down
12 changes: 6 additions & 6 deletions reference/SpaceTraders.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
}
}
},
"description": "Succesfully registered."
"description": "Successfully registered."
}
},
"summary": "Register New Agent",
Expand Down Expand Up @@ -990,7 +990,7 @@
}
}
},
"description": "Succesfully fetched factions."
"description": "Successfully fetched factions."
}
},
"summary": "List Factions",
Expand Down Expand Up @@ -1249,7 +1249,7 @@
}
}
},
"description": "Succesfully listed contracts."
"description": "Successfully listed contracts."
}
},
"security": [
Expand Down Expand Up @@ -1365,7 +1365,7 @@
}
}
},
"description": "Succesfully accepted contract."
"description": "Successfully accepted contract."
}
},
"security": [
Expand Down Expand Up @@ -1566,7 +1566,7 @@
}
}
},
"description": "Succesfully listed ships."
"description": "Successfully listed ships."
}
},
"security": [
Expand Down Expand Up @@ -2038,7 +2038,7 @@
}
}
},
"description": "Succesfully fetched ship's cooldown."
"description": "Successfully fetched ship's cooldown."
},
"204": {
"description": "No cooldown."
Expand Down
Loading