summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Maglana <mmaglana@gmail.com>2015-03-25 14:54:16 -0700
committerMark Maglana <mmaglana@gmail.com>2015-03-25 14:55:34 -0700
commit6e8f790f1c1def2f1cbce19ae29027008cf38b91 (patch)
treea6e3c5ec2c1cf4ec72fd2d5de6159c972f9ce305
parentbda23d28bd1cb5f2e18a17bc7c129734c9546c0c (diff)
Fix confusing use of "comprise"
The word "comprise" means "be composed of" or "contain" so "applications comprised of multiple containers" would mean "applications composed of of multiple containers" or "applications contained of multiple containers" which is confusing. I understand that this is nitpicking and that "comprise" has a new meaning which is the opposite of its original definition just like how "literally" now means "figuratively" to some people. However, I believe that clarity is of utmost importance in technical documentation which is why I'm proposing this change.
-rw-r--r--access.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/access.md b/access.md
index 8a2f1edd..9de4d6c8 100644
--- a/access.md
+++ b/access.md
@@ -15,7 +15,7 @@ Each of these can act as normal users or attackers.
- External Users: People who are accessing applications running on K8s (e.g. a web site served by webserver running in a container on K8s), but who do not have K8s API access.
- K8s Users : People who access the K8s API (e.g. create K8s API objects like Pods)
- K8s Project Admins: People who manage access for some K8s Users
- - K8s Cluster Admins: People who control the machines, networks, or binaries that comprise a K8s cluster.
+ - K8s Cluster Admins: People who control the machines, networks, or binaries that make up a K8s cluster.
- K8s Admin means K8s Cluster Admins and K8s Project Admins taken together.
### Threats