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