Fix typo in the affected systems attribute.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera 2017-02-09 11:49:53 +01:00
parent b8e1614587
commit 25edff34bb
No known key found for this signature in database
GPG Key ID: DE3D437CCBECE2C4

View File

@ -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.