Skip to content

Commit fef087b

Browse files
authored
Merge pull request #33 from steveoh/master
update archetypes to match config systems
2 parents 9c6851c + 08610df commit fef087b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/archetypes/incidents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title = "{{ replace .TranslationBaseName "-" " " | title }}"
55
date = {{ .Date }}
66

7-
# severity: represents the impact of
7+
# severity: represents the impact of
88
# your system due to the current incident.
99
# This is the list of supported severities:
1010
#
@@ -18,9 +18,9 @@ severity = "degraded-performance"
1818
# affectedsystems: is a list of systems affected
1919
# by the incident.
2020
# Example:
21-
# affectedsystems = ["API", "Build servers"]
21+
# affectedsystems = ["API", "CDN"]
2222
#
23-
affectedsystems = ["API", "Build servers"]
23+
affectedsystems = ["API", "CDN"]
2424

2525
# resolved: marks an incident as resolved.
2626
# It can be either true or false.

0 commit comments

Comments
 (0)