Fixed some typos in errors

ref #76
This commit is contained in:
2021-01-10 16:07:37 +01:00
parent f96b256ad3
commit ee9df21ae5
10 changed files with 17 additions and 17 deletions

View File

@@ -32,12 +32,12 @@ export class RunnerCardHasScansError extends NotAcceptableError {
name = "RunnerCardHasScansError"
@IsString()
message = "This card still has scans associated with it. \n If you want to delete this card with all it's scans add `?force` to your query. \n Otherwise please consider just diableing it."
message = "This card still has scans associated with it. \n If you want to delete this card with all it's scans add `?force` to your query. \n Otherwise please consider just disabling it."
}
/**
* Error to throw when a card's id is too big to generate a ean-13 barcode for it.
* This error should never reach a enduser.
* This error should never reach a end user.
*/
export class RunnerCardIdOutOfRangeError extends Error {
@IsString()