Merge pull request #21 from netlify/fix_archetype

Fix typo in the affected systems attribute.
This commit is contained in:
David Calavera 2017-02-09 11:52:11 +01:00 committed by GitHub
commit b6f03b850b

View File

@ -16,12 +16,12 @@
#
severity = "degraded-performance"
# affectedsystem: is a list of systems affected
# affectedsystems: is a list of systems affected
# by the incident.
# Example:
# affectedsytems = ["API", "Build servers"]
# affectedsystems = ["API", "Build servers"]
#
affectedsytems = ["API", "Build servers"]
affectedsystems = ["API", "Build servers"]
# resolved: marks an incident as resolved.
# It can be either true or false.