From 25edff34bb139b8670b6f6fefc0a906a65ae64bc Mon Sep 17 00:00:00 2001 From: David Calavera Date: Thu, 9 Feb 2017 11:49:53 +0100 Subject: [PATCH] Fix typo in the affected systems attribute. Signed-off-by: David Calavera --- site/archetypes/incidents.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/archetypes/incidents.md b/site/archetypes/incidents.md index b15029b..b009873 100644 --- a/site/archetypes/incidents.md +++ b/site/archetypes/incidents.md @@ -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.