Fix typo in the affected systems attribute.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
b8e1614587
commit
25edff34bb
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
severity = "degraded-performance"
|
severity = "degraded-performance"
|
||||||
|
|
||||||
# affectedsystem: is a list of systems affected
|
# affectedsystems: is a list of systems affected
|
||||||
# by the incident.
|
# by the incident.
|
||||||
# Example:
|
# Example:
|
||||||
# affectedsytems = ["API", "Build servers"]
|
# affectedsystems = ["API", "Build servers"]
|
||||||
#
|
#
|
||||||
affectedsytems = ["API", "Build servers"]
|
affectedsystems = ["API", "Build servers"]
|
||||||
|
|
||||||
# resolved: marks an incident as resolved.
|
# resolved: marks an incident as resolved.
|
||||||
# It can be either true or false.
|
# It can be either true or false.
|
||||||
|
Loading…
Reference in New Issue
Block a user