Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix spelling of incident in meta description (#353)

The word "incidement" was incorrectly used instead of "incident" in the shared-metadata.ts. This commit corrects the spelling and clarifies the meaning of the sentence.

authored by

Mohammad Talim and committed by
GitHub
a817d9f0 71ab0d80

+1 -1
+1 -1
apps/web/src/app/shared-metadata.ts
··· 1 1 const TITLE = "OpenStatus"; 2 2 const DESCRIPTION = 3 - "Open-Source synthetic monitoring with incidement management."; 3 + "Open-Source synthetic monitoring with incident management."; 4 4 5 5 export const defaultMetadata = { 6 6 title: TITLE,