From 3d88ca7a59a28c7d817a68693a7bf01c2308ebac Mon Sep 17 00:00:00 2001 From: Adrian Knorr <72547405+knorr3@users.noreply.github.com> Date: Thu, 11 May 2023 08:53:55 +0200 Subject: [PATCH] Fix typo in queen/resources --- cards.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cards.tex b/cards.tex index 92ebc26..e258524 100644 --- a/cards.tex +++ b/cards.tex @@ -73,6 +73,6 @@ \Resources{9}{Single point of failure}{Our whole system can be affected by a single rogue service.} \Resources{10}{Missing ingress control}{We don't control ingress traffic.} \Resources{J}{Missing egress control}{We don't control egress traffic.} -\Resources{Q}{Missing env separation}{Our production and staging are environments connected, either directly or indirectly (e.g. via CI/CD).} +\Resources{Q}{Missing env separation}{Our production and staging environments are connected, either directly or indirectly (e.g. via CI/CD).} \Resources{K}{Public resources}{Our cloud resources are publicly exposed without any need.} \Resources{A}{No cloud policy}{We have no clear policy for using/configuring cloud resources.}