fix: typos and ignore some false typos

This commit is contained in:
Methapon2001 2025-02-25 17:43:41 +07:00
parent 9590803e40
commit 45482c3a1b
3 changed files with 5 additions and 3 deletions

View file

@ -536,7 +536,7 @@ export class CreditNoteController extends Controller {
if (record.creditNoteStatus !== CreditNoteStatus.Waiting) {
throw new HttpError(
HttpStatus.BAD_REQUEST,
"Accpeted credit note cannot be deleted",
"Accepted credit note cannot be deleted",
"creditNoteAcceptedNoDelete",
);
}