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

@@ -9,11 +9,11 @@ export class AddressWrongTypeError extends NotAcceptableError {
name = "AddressWrongTypeError"
@IsString()
message = "The address must be an existing adress's id. \n You provided a object of another type."
message = "The address must be an existing address's id. \n You provided a object of another type."
}
/**
* Error to throw, when a non-existant address get's loaded.
* Error to throw, when a non-existent address get's loaded.
*/
export class AddressNotFoundError extends NotFoundError {
@IsString()