Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jun 6, 2023
1 parent 639c4b1 commit 571b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonServer/Services/ProjectService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export class Service extends DatabaseService<Model> {
createdItem: Model
): Promise<Model> {
let criticalIncident: IncidentSeverity = new IncidentSeverity();
criticalIncident.name = 'Critial Incident';
criticalIncident.name = 'Critical Incident';
criticalIncident.description =
'Issues causing very high impact to customers. Immediate response is required. Examples include a full outage, or a data breach.';
criticalIncident.color = Moroon;
Expand Down

0 comments on commit 571b5d6

Please sign in to comment.