diff --git a/CommonServer/Services/UserOnCallLogService.ts b/CommonServer/Services/UserOnCallLogService.ts index 867c21697e..1abe72a084 100644 --- a/CommonServer/Services/UserOnCallLogService.ts +++ b/CommonServer/Services/UserOnCallLogService.ts @@ -250,7 +250,7 @@ export class Service extends DatabaseService { notificationRuleType = NotificationRuleType.ON_CALL_INCIDENT_CREATED; } else { - // Invlaid user notification event type. + // Invalid user notification event type. throw new BadDataException('Invalid user notification event type.'); } return notificationRuleType;